question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Could not resolve com.google.android.gms:play-services-auth:18.+

See original GitHub issue

Since 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:open
  • Created 2 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
patryk-ecocommented, Dec 22, 2021

jcenter() was deprecated and should be replaced by mavenCentral(). This must be fixed in this plugin.

1reaction
patryk-ecocommented, Dec 22, 2021

You can use my fork https://github.com/patryk-eco/CapacitorGoogleAuth.git in the package.json:

npm i -D patryk-eco/CapacitorGoogleAuth#fix-jcenter
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found