File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ buildscript {
99 }
1010 repositories {
1111 google()
12- jcenter ()
12+ mavenCentral ()
1313 }
1414 dependencies {
1515 classpath(" com.android.tools.build:gradle:3.5.3" )
@@ -31,7 +31,7 @@ allprojects {
3131 }
3232
3333 google()
34- jcenter ()
34+ mavenCentral ()
3535 maven { url ' https://www.jitpack.io' }
3636 }
3737}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ buildscript {
3030 if (project == rootProject) {
3131 repositories {
3232 google()
33- jcenter ()
33+ mavenCentral ()
3434 }
3535 dependencies {
3636 classpath ' com.android.tools.build:gradle:3.4.1'
@@ -71,7 +71,7 @@ repositories {
7171 url " $rootDir /../lib"
7272 }
7373 google()
74- jcenter ()
74+ mavenCentral ()
7575}
7676
7777dependencies {
You can’t perform that action at this time.
0 commit comments