Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Jasonette-android build.gradle #254

Open
christianswanepoel opened this issue Dec 10, 2018 · 0 comments
Open

Jasonette-android build.gradle #254

christianswanepoel opened this issue Dec 10, 2018 · 0 comments

Comments

@christianswanepoel
Copy link

christianswanepoel commented Dec 10, 2018

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

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant