Skip to content

Commit fc546e5

Browse files
authored
fix: add mavenCentral to build script (#397)
1 parent 314ce0f commit fc546e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
buildscript {
33
repositories {
44
google()
5+
mavenCentral()
56
jcenter()
67
}
78

0 commit comments

Comments
 (0)