Open christianswanepoel opened 5 years ago
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
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
and adding: google()
Environment: MacOS 10.14 / Android Studio 3.2.1