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

Could not find com.savvi.datepicker:rangepicker:1.3.0. #132

Open
Parth-Sodha opened this issue Jan 1, 2025 · 1 comment
Open

Could not find com.savvi.datepicker:rangepicker:1.3.0. #132

Parth-Sodha opened this issue Jan 1, 2025 · 1 comment

Comments

@Parth-Sodha
Copy link

Parth-Sodha commented Jan 1, 2025

Run time error :

Task failed with an exception.

  • What went wrong:
    Execution failed for task ':app:checkDebugAarMetadata'.

Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Could not find com.savvi.datepicker:rangepicker:1.3.0.
Searched in the following locations:
- https://dl.google.com/dl/android/maven2/com/savvi/datepicker/rangepicker/1.3.0/rangepicker-1.3.0.pom
- https://jcenter.bintray.com/com/savvi/datepicker/rangepicker/1.3.0/rangepicker-1.3.0.pom
- https://repo.maven.apache.org/maven2/com/savvi/datepicker/rangepicker/1.3.0/rangepicker-1.3.0.pom
- https://jitpack.io/com/savvi/datepicker/rangepicker/1.3.0/rangepicker-1.3.0.pom
Required by:
project :app

@Parth-Sodha
Copy link
Author

Parth-Sodha commented Jan 1, 2025

Here is solution
just add second maven repo and it works

repositories {
    google()
    jcenter()
    mavenCentral() 
    maven { url "https://jitpack.io" }
    maven { url 'https://repo.grails.org/grails/core/' }
}

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

1 participant