Skip to content

Commit ad55408

Browse files
authored
Update jcenter to mavenCentral (#80)
1 parent eb517af commit ad55408

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
buildscript {
33
repositories {
4-
jcenter()
4+
mavenCentral()
55
}
66

77
dependencies {

example/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
}
1111
repositories {
1212
google()
13-
jcenter()
13+
mavenCentral()
1414
}
1515
dependencies {
1616
classpath("com.android.tools.build:gradle:4.1.0")
@@ -32,7 +32,7 @@ allprojects {
3232
}
3333

3434
google()
35-
jcenter()
35+
mavenCentral()
3636
maven { url 'https://www.jitpack.io' }
3737
}
3838
}

0 commit comments

Comments
 (0)