devaige / WheelPicker

Simple and fantastic wheel view in realistic effect for android.
Apache License 2.0
2.57k stars 528 forks source link

Failed to resolve: cn.aigestudio.wheelpicker:WheelPicker:1.1.3 #179

Open avrutisavaliya-logistic opened 1 month ago

avrutisavaliya-logistic commented 1 month ago

Could not determine the dependencies of task ':app:processDebugResources'.

Could not resolve all dependencies for configuration ':app:debugRuntimeClasspath'. Could not find cn.aigestudio.wheelpicker:WheelPicker:1.1.3. Searched in the following locations:

   this can make my project issue please help me out
analuisamartins commented 2 weeks ago

Same problem, fixed adding maven { url "https://maven.scijava.org/content/repositories/public/" }

Gradle file:

allprojects {
    repositories {
        google()
        mavenCentral()
        maven { url 'https://jitpack.io' }
        maven { url "https://maven.scijava.org/content/repositories/public/" }
    }
}