-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not resolve com.google.android.gms:play-services-auth:18.+ #163
Comments
When I try to access to https://dl.bintray.com/, I got a 502 bad gateway.
It seems to be related to dl.bintray.com
https://isdown.app/integrations/bintray
Le ven. 17 déc. 2021 à 08:56, black-hawk85 ***@***.***> a
écrit :
… 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 @***@***.***
Any idea how to solve this?
—
Reply to this email directly, view it on GitHub
<#163>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AG2M5BIBYUX6A7GUIPZFMZLURLUKFANCNFSM5KIGRAXQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Cordialement,
Adel Abdelli
|
Ya I saw the 502 message aswell while manually opening the URL. |
|
Yes, I also saw it.
But I agree with you, it must be fixed in the plugin. |
You can use my fork https://github.com/patryk-eco/CapacitorGoogleAuth.git in the
|
I had to make an additional fix. This should work for you, if you are curious: |
Unfortunately still getting errors. |
Hey guys, just to prevent duplication: Did you inform the capacitor-google-auth project? Otherwise, I would create an issue there. |
@carsten-klaffke I haven't created an issue there yet. You can do it if you want |
For me it worked! |
My workaround to fix this issue: Step 1, set up postinstall step: Step 2, Add package to replace required string in CapactiorGoogleAuth: Step 3, content of postinstall.ts :
Now, on each npm install, npm will automatically patch capacitor-google-auth with specific version of play-services, and gradle build will work; |
Since few days I'm getting the following error while gradle build
I'm using @codetrix-studio/[email protected]
Any idea how to solve this?
The text was updated successfully, but these errors were encountered: