Skip to content

Commit 1a66ed9

Browse files
authored
fix: add mavenCentral for repositories (#132)
1 parent 83b6dee commit 1a66ed9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
buildscript {
22
repositories {
33
google()
4+
mavenCentral()
45
}
56
dependencies {
67
classpath 'com.android.tools.build:gradle:1.3.1'

0 commit comments

Comments
 (0)