Skip to content

Commit

Permalink
Merge pull request #47 from gabrielmoncea/master
Browse files Browse the repository at this point in the history
Fix build.gradle issue for version 3.0 (Android)
  • Loading branch information
robertmurray authored Mar 6, 2020
2 parents 5a21967 + 0906a9f commit 71091b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ def safeExtGet(prop, fallback) {
buildscript {
repositories {
jcenter()
google()
}

dependencies {
google()
classpath 'com.android.tools.build:gradle:3.2.1'
}
}
Expand Down

0 comments on commit 71091b2

Please sign in to comment.