Skip to content
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

Remove jcenter references from gradle build #528

Closed
iAmWillShepherd opened this issue Jan 13, 2022 · 3 comments
Closed

Remove jcenter references from gradle build #528

iAmWillShepherd opened this issue Jan 13, 2022 · 3 comments
Assignees
Labels

Comments

@iAmWillShepherd
Copy link
Contributor

@Davete0302 Yes as a work around for now you should be able to replace jcenter() with mavenCentral() in all your build.gradle files. Almost all libraries hosted on jcenter are also on Maven Central. OneSignal will be making an update to remove all jcenter() references soon as well.

Originally posted by @jkasten2 in #516 (comment)

@iAmWillShepherd
Copy link
Contributor Author

@jkasten2 I created this issue to track the work you alluded to in #516. People are still running into this issue, with the last report occurring a little over a week ago. If the fix is low effort, I may be able to do it, but I'd be lying if I claimed to have any familiarity with the Java ecosystem of tools.

@achalkias
Copy link

Replacing jcenter() with mavenCentral() does not fix this
still getting the same error

Could not GET 'https://google.bintray.com/exoplayer/androidx/cardview/cardview/maven-metadata.xml'. Received status code 502 from server: Bad Gateway
Disable Gradle 'offline mode' and sync project

@jkasten2
Copy link
Member

This is now fixed and is part of the OneSignal-Flutter-SDK 3.2.8 Release.

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

No branches or pull requests

3 participants