Change repo order

This commit is contained in:
Ryan Harg 2021-09-16 13:36:32 +02:00
parent 363294ba6a
commit e0c453ee38
No known key found for this signature in database
GPG Key ID: 89106F3A84E6958C
2 changed files with 3 additions and 1 deletions

View File

@ -19,8 +19,9 @@ allprojects {
repositories {
google()
maven(url = "https://jitpack.io")
mavenCentral()
maven(url = "https://jitpack.io")
jcenter()
}
}

View File

@ -4,4 +4,5 @@ plugins {
repositories {
mavenCentral()
jcenter()
}