Reduce priority of jcenter repository

This commit is contained in:
inorichi 2019-03-14 17:32:08 +01:00
parent f8e121ee06
commit 3f2d375a53
13 changed files with 57 additions and 19 deletions

View file

@ -19,9 +19,9 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
maven { url "https://dl.bintray.com/inorichi/maven" }
jcenter()
maven { url "https://dl.bintray.com/inorichi/maven" }
}
}