You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that Gradle issues a warning about jcenter() being deprecated and so to use mavenCentral() instead. I believe this was supposed to be addressed by looking at the release notes for v2.4.13.
When I sync Gradle with the updated library requirement, I get an error about the problem:
Execution failed for task ':app:mergeFreeDebugNativeLibs'.
> Could not resolve all files for configuration ':app:freeDebugRuntimeClasspath'.
> Could not find com.github.shawnlin013:NumberPicker:v2.4.13.
Searched in the following locations:
- https://jcenter.bintray.com/com/github/shawnlin013/NumberPicker/v2.4.13/NumberPicker-v2.4.13.pom
- https://dl.google.com/dl/android/maven2/com/github/shawnlin013/NumberPicker/v2.4.13/NumberPicker-v2.4.13.pom
- https://repo.maven.apache.org/maven2/com/github/shawnlin013/NumberPicker/v2.4.13/NumberPicker-v2.4.13.pom
- https://maven.google.com/com/github/shawnlin013/NumberPicker/v2.4.13/NumberPicker-v2.4.13.pom
- https://jitpack.io/com/github/shawnlin013/NumberPicker/v2.4.13/NumberPicker-v2.4.13.pom
Required by:
project :app
I was unable to upgrade to the latest release of the number picker widget using Jitpack. My app
build.gradle
config contains the following:Note that Gradle issues a warning about
jcenter()
being deprecated and so to usemavenCentral()
instead. I believe this was supposed to be addressed by looking at the release notes forv2.4.13
.When I sync Gradle with the updated library requirement, I get an error about the problem:
The Jitpack.io log file for the new release build contains the following output:
The Gradle build does succeed using the previous release with
implementation 'com.github.shawnlin013:NumberPicker:v2.4.12'
.The text was updated successfully, but these errors were encountered: