Could not resolve com.google.android.gms:play-services-auth:18.+
See original GitHub issueSince few days I’m getting the following error while gradle build
> Could not resolve all files for configuration ':app:stagingDebugRuntimeClasspath'.
> Could not resolve com.google.android.gms:play-services-auth:18.+.
Required by:
project :app > project :codetrix-studio-capacitor-google-auth
> Failed to list versions for com.google.android.gms:play-services-auth.
> Unable to load Maven meta-data from https://dl.bintray.com/ionic-team/capacitor/com/google/android/gms/play-services-auth/maven-metadata.xml.
> Could not GET 'https://dl.bintray.com/ionic-team/capacitor/com/google/android/gms/play-services-auth/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
I’m using @codetrix-studio/capacitor-google-auth@2.1.3
Any idea how to solve this?
Issue Analytics
- State:
- Created 2 years ago
- Comments:12 (3 by maintainers)
Top Results From Across the Web
Failed to resolve com.google.android.gms play-services-auth ...
This error means that google play services 11.4.0 is not installed in your android studio. To fix this you need to change the...
Read more >Dependencies of Firebase Android SDKs on Google Play ...
Some Firebase Android SDKs depend on Google Play services, which means they will only run on devices and emulators with Google Play services...
Read more >com.google.android.gms.auth.api.credentials
Provides facilities to retrieve and save app login credentials. The Smart Lock for Passwords and Connected Accounts API facilitates the ...
Read more >Sign-in for Android games
implementation "com.google.android.gms:play-services-games-v2:+" ... In Google Play Console, you can find your project ID under your game name in the ...
Read more >com.google.android.gms » play-services-auth » 19.0.0
Repositories, Google. Ranking, #1266 in MvnRepository (See Top Artifacts) #4 in Auth Libraries #85 in Android Packages. Used By, 338 artifacts.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
jcenter()
was deprecated and should be replaced bymavenCentral()
. This must be fixed in this plugin.You can use my fork https://github.com/patryk-eco/CapacitorGoogleAuth.git in the
package.json
: