-
Notifications
You must be signed in to change notification settings - Fork 784
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
Library artifacts are published to jcenter only, which will close in 3 months #204
Comments
no jcenter() in code Solution? |
@jemshit It's because the library is not available on any server but jcenter. If you removed it, you cannot have it. |
Please make it available to another repository. jcenter() is deprecated already |
Any updates on this topic? |
I published it on jitpack, you can do the same, check my last commit. Still, library internally uses jcenter() to pull another library, but i don't think it is problem, since jitpack will need it while building, once, not afterwards. |
https://developer.android.com/studio/build/jcenter-migration |
@einschneidend Jcenter is an unreliable service with a bad reputation, recently they had a big outage which break also Gradle Plugin Portal because they still rely on it. |
@gildor which other dependecy are you replacing it with? or are you coding this behaviour yourself now? |
@avalanchas yes, we already use ViewPager2 in some cases and plan to replace rest of usages but it require more cusomization |
I'm throwing a comment down because this widget is objectively better than trying to use Android's builtin RecyclerView with SnapHelper. To anyone wanting to use this project but unable to because it's not published anymore, the steps you can take are:
The release version of the project will be in
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar","*.aar"])
....
}
This information will probably be outdated before it has a chance to help anyone. |
Thanks @idrios for the initial idea. It is even easier if you already have the lib as a dependency, you can just find the |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
If you can not build
and use it
|
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
1 similar comment
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
@ttpho thank you so much brother |
Hello! Your library is published only to jcenter. Please consider publishing it also to mavenCentral, as jcenter is shutting down in May.
Here is some info on how to publish artifacts to mavenCentral.
The text was updated successfully, but these errors were encountered: