Limit JCenter dependencies

This commit is contained in:
Ehren Kret
2021-08-06 07:09:43 -07:00
committed by Alex Hart
parent 3e8b5cdb61
commit ad7c81ef4e
3 changed files with 15 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apply plugin: 'java-library'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {