Updater: Replace jcenter with mavenCentral

Change-Id: I0b6ae6553f106eef4cb7d331e3b089b74a66abcb
This commit is contained in:
Michael W
2022-02-10 09:37:49 +00:00
committed by Bruno Martins
parent 4626490513
commit 1f4d0571db
+2 -2
View File
@@ -1,12 +1,12 @@
repositories {
google()
jcenter()
mavenCentral()
}
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {