In your `build.gradle` file, you would have someth...
# android
j
In your
build.gradle
file, you would have something like:
Copy code
buildscript {
    repositories {
        ...
        google()
    }
    dependencies {
        ...
    }
}