-
-
Notifications
You must be signed in to change notification settings - Fork 505
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
jCenter shutdown - solution: use CCP v2.5.0+ #469
Comments
Any plans on this? MavenCentral would be a good alternative. For now, I'm using JitPack as a workaround (not ideal):
Your current latest release is 2.4.7, but your latest tag in the repository is 2.4.2. It'd be nice to keep them aligned. Thanks for your work! |
Yes. I'll configure it soon. Before May😂.
…On Tue, Mar 2, 2021 at 01:46 David Miguel Lozano ***@***.***> wrote:
Any plans on this? MavenCentral would be a good alternative.
https://chris.banes.dev/publishing-to-maven-central/
For now, I'm using JitPack as a workaround (not ideal):
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
...
implementation 'com.github.hbb20:CountryCodePickerProject:2.4.2'
}
Your current latest release is 2.4.7, but your latest tag in the
repository is 2.4.2. It'd be nice to keep them aligned.
Thanks for your work!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#469 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABFQ32DV6FH3HHAEHX53RCTTBSQV3ANCNFSM4XUWMMDQ>
.
|
Checkout |
hbb20
changed the title
Move away from jcenter since it'll be shutdown on May 1st 2021
jCenter shutdown - solution: use CCP v2.5.0+
Apr 3, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Move away from jcenter since it'll be shutdown on May 1st 2021
https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
The text was updated successfully, but these errors were encountered: