GIGAMOLE/QuatroGrade

Failed to resolve: com.github.GIGAMOLE:QuatroGrade:1.0.0

Closed this issue · 5 comments

I've added jitpack repository to my build.gradle, buts still can't add dependency to Android Studio

Hi. Let me check it.

Have you been following the setup guide? https://github.com/GIGAMOLE/QuatroGrade#setup

Add to the root build.gradle:

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

Add to the package build.gradle:

dependencies {
    implementation 'com.github.GIGAMOLE:QuatroGrade:{latest-version}'
}

Latest version is: .

Got it.
The commented code is just to show the example of the dependency path.

As you can see here: https://jitpack.io/#GIGAMOLE/QuatroGrade - the 1.0.0 package exists. (Check the logs: https://jitpack.io/com/github/GIGAMOLE/QuatroGrade/1.0.0/build.log)
Also, I checked on my PC and the remote dependency works fine.

Try to clear your build and Gradle caches (local and global).