javiersantos/PiracyChecker

Install stopped working

lahdekorpi opened this issue · 1 comments

* What went wrong:
Could not determine the dependencies of task ':app:lintVitalDebug'.
> Could not resolve all artifacts for configuration ':app:debugCompileClasspath'.
   > Could not resolve com.github.javiersantos:PiracyChecker:1.2.6.
     Required by:
         project :app
      > Could not resolve com.github.javiersantos:PiracyChecker:1.2.6.
         > Could not get resource 'https://jitpack.io/com/github/javiersantos/PiracyChecker/1.2.6/PiracyChecker-1.2.6.pom'.
            > Could not GET 'https://jitpack.io/com/github/javiersantos/PiracyChecker/1.2.6/PiracyChecker-1.2.6.pom'. Received status code 401 from server: Unauthorized

Is this an issue with JitPack or has something changed in this repo?

It seems to be a Jitpack issue. Try with:

repositories {
    maven {
        url "https://www.jitpack.io"
    }
}