1 Answers

You need to add the google repo in this build.Gradle(project level)

go into your buidl.gradle(:project level) and add this line :

repositories {
google() // add this
}
Related