Skip to content

Commit 010d22c

Browse files
committed
Remove jcenter repositories
1 parent d918a33 commit 010d22c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.gradle

-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
buildscript {
44
repositories {
55
google()
6-
jcenter()
76
mavenCentral()
87
}
98
dependencies {
@@ -19,7 +18,6 @@ buildscript {
1918
allprojects {
2019
repositories {
2120
google()
22-
jcenter()
2321
mavenCentral()
2422
maven { url "https://oss.jfrog.org/artifactory/oss-snapshot-local/" }
2523
}

0 commit comments

Comments
 (0)