Jasonette-android build.gradle
Opened this issue · 0 comments
christianswanepoel commented
I had a build issue, I fixed by environment editing build.gradle. The default download would error with multiple "Error: could not find" entries.
uncommenting / deleting
dependencies {
//classpath 'com.google.gms:google-services:4.1.0'
}
and adding: google()
allprojects {
repositories {
google()
Environment: MacOS 10.14 / Android Studio 3.2.1