-
Notifications
You must be signed in to change notification settings - Fork 49
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
Migrate from JCenter() to the mavenCentral() #483
Comments
@gfx @k-kagurazaka |
i have saved the artefacts to jitpack. so until there is a better solution you can use: !! ONLY use at your own risk !!
!! ONLY use at your own risk !! |
@zoff99 |
Hi. I'm the original author of the library. I'm willing to re-publish it to somewhere else. Is Maven central the next de-fact standard registry for Android? |
I'll do it today or tomorrow. |
@gfx Google stores its libraries in the Google repository and Maven central (see figure below). |
@gfx Thank you so much |
@rustam-baktybek Thank you for the suggestions. Hope it gets better than I tried the last time (5 years ago or so). |
@gfx if maven central is still difficult, like it was, you can also use jitpack. |
I tried to upgrade the build scripts, but it seems really hard. At least Android Studio cannot upgrade them. I'll take a look at the upgrade guide and give it a try again, but it would be appreciated if someone can upgrade them. |
for the time being i can help you setup jitpack, if you have the artefact binaries around. |
Upgrading build scripts is too hard. Will build the project as is and upload it to Jitpack. |
@gfx you can copy my example: https://github.com/zoff99?tab=repositories&q=orma&type=&language=&sort= as a blueprint if you want. |
Description
As of 10/26/222 the orma library was removed from Jcenter because it has not been updated in the last 2 years. (Maven Central repo also have a reference to the JCenter )
So , orma library could not be downloaded with gradle , we get
timeout
errorSolution
I found the solution how we can implement orma project with gradle
Reference
https://jcenter.bintray.com/com/github/maskarade/android/orma/orma/6.0.2 -> Could not found
The text was updated successfully, but these errors were encountered: