Skip to content

Commit 64bcdba

Browse files
Remove jcenter (#2215)
"Based on the current timeline, builds that use JCenter will be able to resolve dependencies until February 1, 2022 without changes. After that date, there are no guarantees that you will be able to build your software if you continue to use JCenter." --https://blog.gradle.org/jcenter-shutdown #2213 Co-authored-by: velimir-jankovic <[email protected]>
1 parent 1f7c903 commit 64bcdba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

android/build.gradle

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
buildscript {
44
repositories {
5-
jcenter()
5+
google()
6+
mavenCentral()
67
}
78
dependencies {
89
classpath 'com.android.tools.build:gradle:1.3.0'
@@ -15,6 +16,6 @@ buildscript {
1516
allprojects {
1617
repositories {
1718
mavenLocal()
18-
jcenter()
19+
mavenCentral()
1920
}
2021
}

0 commit comments

Comments
 (0)