You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is because of too old gradle. You can use gradle-wrapper (./gradlew).
gradle -version
Gradle 3.4.1
gradle build
Could not find method google() for arguments [] on repository container of type org.gradle.api.internal.artifacts.dsl.DefaultRepositoryHandler.
./gradlew -v
Gradle 4.1
./gradlew build
BUILD SUCCESSFUL
gradle build
The text was updated successfully, but these errors were encountered: