Open jacolack opened 6 years ago
Add this to your top-level build.gradle
:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
allprojects { repositories { maven { url "https://www.jitpack.io" } } }
Change url
Got
Failed to resolve: com.github.franmontiel:PersistentCookieJar:v1.0.1
when attempting to sync Gradle.