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

support mavenCentral() #70

Open
NunciosChums opened this issue May 5, 2021 · 8 comments
Open

support mavenCentral() #70

NunciosChums opened this issue May 5, 2021 · 8 comments

Comments

@NunciosChums
Copy link

Android Studio 4.2 suggest change jcenter() to mavenCentral().

https://developer.android.com/studio/build/jcenter-migration

JCenter deprecation and end of service

JFrog, the company that maintains the JCenter artifact repository used by many Android projects, recently announced the deprecation and upcoming retirement of JCenter. According to the announcement, JCenter will allow downloads of existing artifacts until February 1, 2022.
Developers who publish artifacts on JCenter should start migrating their packages to a new host, such as Maven Central.
In the near future, we will provide additional information about migrating Android projects away from JCenter on this page.

@hungntv
Copy link

hungntv commented May 16, 2021

Could not determine the dependencies of task ':app:lintVitalRelease'.
> Could not resolve all artifacts for configuration ':app:debugCompileClasspath'.
   > Could not find com.kaopiz:kprogresshud:1.2.0.
     Required by:
         project :app

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

I have to downgrade to version 1.1.0
Any solution?
Thanks

@fkocak2505
Copy link

Any solution for this ticket?

@sergchil
Copy link

As a temp workaround, you can try adding this in top-level Gradle file

for more info

allprojects {
    repositories {
        jcenter() {
            content {
                includeModule("com.kaopiz", "kprogresshud")
            }
        }
    }
}

@nzayatz14
Copy link

I also need this to be moved, the end is near for jcenter

@hungntv
Copy link

hungntv commented Sep 16, 2021

End of this month, Jcenter will be shutdown.

Please move to another repository

Thanks

@BayoKwendo
Copy link

BayoKwendo commented Oct 11, 2021

So is this project dead? because we can't use it anymore no support for mavenCentral()

@nico6ka
Copy link

nico6ka commented Feb 1, 2022

I solved the issue with Jitpack: https://jitpack.io/#Kaopiz/KProgressHUD/1.0

@rupinderjeet
Copy link

Use this one: https://github.com/rupinderjeet/KProgressHUD

I updated this library in my fork and published it to mavenCentral(). I intend to fix issues and add some improvements in coming weeks.

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

8 participants