Open NunciosChums opened 3 years ago
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
Any solution for this ticket?
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")
}
}
}
}
I also need this to be moved, the end is near for jcenter
End of this month, Jcenter will be shutdown.
Please move to another repository
Thanks
So is this project dead? because we can't use it anymore no support for mavenCentral()
I solved the issue with Jitpack: https://jitpack.io/#Kaopiz/KProgressHUD/1.0
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.
Failed to resolve: com.kaopiz:kprogresshud:1.2.0 Show in Project Structure dialog Affected Modules: app
Android Studio 4.2 suggest change jcenter() to mavenCentral().
https://developer.android.com/studio/build/jcenter-migration
JCenter deprecation and end of service