Skip to content

Commit f4ac38e

Browse files
chore: replace jcenter with mavenCentral (#10)
1 parent e21f934 commit f4ac38e

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
@@ -1,7 +1,7 @@
11
buildscript {
22
repositories {
33
google()
4-
jcenter()
4+
mavenCentral()
55
}
66

77
dependencies {

0 commit comments

Comments
 (0)