Skip to content

Commit 8f80864

Browse files
committed
chore: replace mavenCentral with jcenter
1 parent dd5c106 commit 8f80864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ buildscript {
22
if (project == rootProject) {
33
repositories {
44
google()
5-
jcenter()
5+
mavenCentral()
66
}
77

88
dependencies {

0 commit comments

Comments
 (0)