Skip to content

Commit 1cf2618

Browse files
author
Gazala Muhamed
committed
Remove jcenter, add mavenCentral
1 parent 1b31a73 commit 1cf2618

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
buildscript {
44
repositories {
5-
jcenter()
6-
7-
5+
// jcenter()
86
google()
7+
mavenCentral()
98
}
109
dependencies {
1110
classpath 'com.android.tools.build:gradle:8.8.0'
@@ -17,8 +16,9 @@ buildscript {
1716

1817
allprojects {
1918
repositories {
20-
jcenter()
19+
// jcenter()
2120
google()
21+
mavenCentral()
2222
}
2323
}
2424

0 commit comments

Comments
 (0)