Skip to content

Commit 087c81a

Browse files
committed
Remove jcenter() as it's sunsetting
1 parent 5ca2fd8 commit 087c81a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
buildscript {
44
repositories {
55
google()
6-
jcenter()
76
maven {
87
url 'https://plugins.gradle.org/m2/'
98
}
@@ -22,7 +21,7 @@ buildscript {
2221
allprojects {
2322
repositories {
2423
google()
25-
jcenter()
24+
mavenCentral()
2625
maven {
2726
url "https://jitpack.io"
2827
}

0 commit comments

Comments
 (0)