Skip to content

Commit

Permalink
Fix build.gradle issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gabimoncha committed Feb 17, 2020
1 parent 5a21967 commit 0906a9f
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 0906a9f

Please sign in to comment.