We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: