workaround fetch issue with jitpack repository (https://github.com/jitpack/jitpack.io/issues/4002

This commit is contained in:
cyberta
2019-10-15 15:47:34 +02:00
parent 8aaa20e173
commit 19f6f063ac
+1 -1
View File
@@ -21,7 +21,7 @@ repositories {
mavenCentral()
maven {
// Used only for PhotoView
url "https://jitpack.io"
url "https://www.jitpack.io"
name 'JitPack Github wrapper'
}
jcenter()