We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run time error :
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
The text was updated successfully, but these errors were encountered:
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/' } }
Sorry, something went wrong.
No branches or pull requests
Run time error :
Task failed with an exception.
Execution failed for task ':app:checkDebugAarMetadata'.
The text was updated successfully, but these errors were encountered: