File tree Expand file tree Collapse file tree 15 files changed +30
-30
lines changed Expand file tree Collapse file tree 15 files changed +30
-30
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 repositories {
55 mavenLocal()
66 google()
7- jcenter ()
7+ mavenCentral ()
88 }
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:4.2.2'
@@ -17,6 +17,6 @@ allprojects {
1717 repositories {
1818 mavenLocal()
1919 google()
20- jcenter ()
20+ mavenCentral ()
2121 }
2222}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 repositories {
55 mavenLocal()
66 google()
7- jcenter ()
7+ mavenCentral ()
88 }
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:4.2.2'
@@ -18,6 +18,6 @@ allprojects {
1818 // mavenLocal() must be listed at the top to facilitate testing
1919 mavenLocal()
2020 google()
21- jcenter ()
21+ mavenCentral ()
2222 }
2323}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 repositories {
55 mavenLocal()
66 google()
7- jcenter ()
7+ mavenCentral ()
88 }
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:4.2.2'
@@ -18,6 +18,6 @@ allprojects {
1818 // mavenLocal() must be listed at the top to facilitate testing
1919 mavenLocal()
2020 google()
21- jcenter ()
21+ mavenCentral ()
2222 }
2323}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 repositories {
55 mavenLocal()
66 google()
7- jcenter ()
7+ mavenCentral ()
88 }
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:4.2.2'
@@ -18,7 +18,7 @@ allprojects {
1818 // mavenLocal() must be listed at the top to facilitate testing
1919 mavenLocal()
2020 google()
21- jcenter ()
21+ mavenCentral ()
2222 }
2323}
2424
Original file line number Diff line number Diff line change 11buildscript {
22 repositories {
33 google()
4- jcenter ()
4+ mavenCentral ()
55 mavenLocal()
66 }
77 dependencies {
@@ -24,7 +24,7 @@ allprojects {
2424 google()
2525 // mavenLocal() must be listed at the top to facilitate testing
2626 mavenLocal()
27- jcenter ()
27+ mavenCentral ()
2828 }
2929
3030 def isNonStable = { candidate ->
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 repositories {
55 mavenLocal()
66 google()
7- jcenter ()
7+ mavenCentral ()
88 }
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:4.2.2'
@@ -18,6 +18,6 @@ allprojects {
1818 // mavenLocal() must be listed at the top to facilitate testing
1919 mavenLocal()
2020 google()
21- jcenter ()
21+ mavenCentral ()
2222 }
2323}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 repositories {
55 mavenLocal()
66 google()
7- jcenter ()
7+ mavenCentral ()
88 }
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:4.2.2'
@@ -19,7 +19,7 @@ allprojects {
1919 // mavenLocal() must be listed at the top to facilitate testing
2020 mavenLocal()
2121 google()
22- jcenter ()
22+ mavenCentral ()
2323 }
2424}
2525
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 repositories {
55 mavenLocal()
66 google()
7- jcenter ()
7+ mavenCentral ()
88 }
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:4.2.2'
@@ -18,7 +18,7 @@ allprojects {
1818 // mavenLocal() must be listed at the top to facilitate testing
1919 mavenLocal()
2020 google()
21- jcenter ()
21+ mavenCentral ()
2222 }
2323}
2424
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ buildscript {
44 repositories {
55 mavenLocal()
66 google()
7- jcenter ()
7+ mavenCentral ()
88 }
99 dependencies {
1010 classpath ' com.android.tools.build:gradle:4.2.2'
@@ -18,7 +18,7 @@ allprojects {
1818 // mavenLocal() must be listed at the top to facilitate testing
1919 mavenLocal()
2020 google()
21- jcenter ()
21+ mavenCentral ()
2222 }
2323}
2424
Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 google()
6- jcenter ()
6+ mavenCentral ()
77 mavenLocal()
88 }
99 dependencies {
@@ -19,7 +19,7 @@ allprojects {
1919 // mavenLocal() must be listed at the top to facilitate testing
2020 mavenLocal()
2121 google()
22- jcenter ()
22+ mavenCentral ()
2323 }
2424}
2525
You can’t perform that action at this time.
0 commit comments