Skip to content

Commit 71091b2

Browse files
authored
Merge pull request #47 from gabrielmoncea/master
Fix build.gradle issue for version 3.0 (Android)
2 parents 5a21967 + 0906a9f commit 71091b2

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)