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

[android] Bintray alternative: Packages for Android MapLibre distribution #27

Closed
petr-pokorny-1 opened this issue Feb 20, 2021 · 4 comments · Fixed by #77
Closed

[android] Bintray alternative: Packages for Android MapLibre distribution #27

petr-pokorny-1 opened this issue Feb 20, 2021 · 4 comments · Fixed by #77

Comments

@petr-pokorny-1
Copy link
Contributor

Bintray will be turn off May 1st, 2021

@moopat
Copy link

moopat commented Apr 26, 2021

Got reminded of this when my builds started failing during today's brown-out session.

Can this be fixed before May?

@petr-pokorny-1
Copy link
Contributor Author

petr-pokorny-1 commented Apr 28, 2021

@moopat I have copied packages from Bintray to Maven Central.

A quick test in a project consuming MapLibre through Maven shows that all what is needed is to remove jcenter() and add mavenCentral() in build.gradle repositories list.

We are working on gradle deploy script migration so that new releases are deployed to Maven Central, but it will take a while. It looks like jFrog will keep JCenter running until Feb 1 2022.

@carlonzo
Copy link
Collaborator

@petr-pokorny-1 any plans or solutions to remove mapbox-android-accounts dependency or move it to mavencentral?
https://github.com/maplibre/maplibre-gl-native/blob/452537d0caddff93a55a97e0127a9ff09f8d5080/platform/android/gradle/dependencies.gradle#L46

thats the only dependency from maplibre that still requires jcenter to use maplibre

@petr-pokorny-1
Copy link
Contributor Author

mapbox-android-account

@petr-pokorny-1 any plans or solutions to remove mapbox-android-accounts dependency or move it to mavencentral?
https://github.com/maplibre/maplibre-gl-native/blob/452537d0caddff93a55a97e0127a9ff09f8d5080/platform/android/gradle/dependencies.gradle#L46

thats the only dependency from maplibre that still requires jcenter to use maplibre

@carlonzo yes, it was removed - now it is ready for review along with many other changes in #90

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

Successfully merging a pull request may close this issue.

3 participants