Change order

This commit is contained in:
Victor Shcherb 2018-06-07 21:22:41 +02:00
parent 27ccc38a08
commit 07ec733763

View file

@ -28,11 +28,11 @@ allprojects {
artifact "ivy/[organisation]/[module]/[revision]/[artifact]-[revision].[ext]"
}
}
mavenCentral()
jcenter()
maven {
url "https://maven.google.com"
}
mavenCentral()
jcenter()
maven {
url "https://jitpack.io"
}