franmontiel / PersistentCookieJar

A persistent CookieJar implementation for OkHttp 3 based on SharedPreferences.
Apache License 2.0
1.81k stars 247 forks source link

Failed to resolve: com.github.franmontiel:PersistentCookieJar:v1.0.1 #56

Open jacolack opened 6 years ago

jacolack commented 6 years ago

Got Failed to resolve: com.github.franmontiel:PersistentCookieJar:v1.0.1 when attempting to sync Gradle.

ezamelczykespeo commented 6 years ago

Add this to your top-level build.gradle:

allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}
skwasimakram13 commented 1 year ago

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

Change url