javiersantos / AppUpdater

A library that checks for your apps' updates on Google Play, GitHub, Amazon, F-Droid or your own server. API 9+ required.
Apache License 2.0
1.99k stars 413 forks source link

Error:(130, 13) Failed to resolve: com.github.javiersantos:AppUpdater:2.5.4 #81

Closed yofu1234 closed 7 years ago

yofu1234 commented 7 years ago

Error:(130, 13) Failed to resolve: com.github.javiersantos:AppUpdater:2.5.4

I can import other libraries but for some reason, I can't import this library.

javiersantos commented 7 years ago

Have you added the Jitpack repository to your project build.gradle?

repositories {
    jcenter()
    maven { url "https://jitpack.io" }
}

https://github.com/javiersantos/AppUpdater/blob/master/build.gradle

yofu1234 commented 7 years ago

My bad, I had thought I already added it with my previous libraries but I didn't. Problem solved.