Skip to content

Commit 0906a9f

Browse files
committed
Fix build.gradle issue
1 parent 5a21967 commit 0906a9f

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
@@ -7,10 +7,10 @@ def safeExtGet(prop, fallback) {
77
buildscript {
88
repositories {
99
jcenter()
10+
google()
1011
}
1112

1213
dependencies {
13-
google()
1414
classpath 'com.android.tools.build:gradle:3.2.1'
1515
}
1616
}

0 commit comments

Comments
 (0)