Jasonette / JASONETTE-Android

📡 Native App over HTTP, on Android
https://www.jasonette.com
Other
1.6k stars 270 forks source link

Jasonette-android build.gradle #254

Open christianswanepoel opened 5 years ago

christianswanepoel commented 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