Updater: Replace jcenter with mavenCentral

Change-Id: I0b6ae6553f106eef4cb7d331e3b089b74a66abcb
This commit is contained in:
Michael W
2022-01-31 16:05:42 +01:00
committed by Bruno Martins
parent 4626490513
commit 1f4d0571db

View File

@@ -1,12 +1,12 @@
repositories { repositories {
google() google()
jcenter() mavenCentral()
} }
buildscript { buildscript {
repositories { repositories {
google() google()
jcenter() mavenCentral()
} }
dependencies { dependencies {