replace jcenter with mavenCentral for android

This commit is contained in:
Taner Sener 2022-05-15 11:08:38 +01:00
parent 2cd3543a2e
commit 9b4879f962

View File

@ -1,7 +1,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
@ -11,7 +11,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}