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

migrate from jcenter to other host, like mavenCentral #64

Closed
nashihu opened this issue May 21, 2021 · 3 comments
Closed

migrate from jcenter to other host, like mavenCentral #64

nashihu opened this issue May 21, 2021 · 3 comments

Comments

@nashihu
Copy link
Contributor

nashihu commented May 21, 2021

hello, thanks for the library

JCenter is at end of life

Developers who publish artifacts on JCenter should migrate their packages to a new host, such as Maven Central.

any thought, when and where you will migrate your libraries?

Thank you..

@nashihu
Copy link
Contributor Author

nashihu commented May 25, 2021

i just realized from here that this lib also uploaded in jitpack, but still there's an issue regarding the latest version of 0.8.7

if one use version 0.8.7 in gradle, we'll see there's no class from the downloaded library, and also the imported codes will be failed to resolve, like this pict below
image

but when we use 0.8.4 in gradle, we can see the codes and imported codes will success to resolve, like this pict below
image

i think it's about configuration from the maven or bintray like mentioned at #63 to solve it

@nashihu
Copy link
Contributor Author

nashihu commented May 25, 2021

adding @aar solve the problem

the jitpack documentation should be edited to not making people made mistakes, here the screenshot:

image

or maybe the README.md itself should be edited

it should be

dependencies {
     implementation 'com.github.pawegio:KAndroid:0.8.7@aar'
}

@pawegio
Copy link
Owner

pawegio commented May 25, 2021

Thank you @nashihu for contribution! JCenter went to into read-only state so old artifacts should be available, but JitPack is now the preferred way.

@pawegio pawegio closed this as completed May 25, 2021
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

No branches or pull requests

2 participants