Skip to content

Commit

Permalink
Merge pull request #44 from SaeedZhiany/patch-1
Browse files Browse the repository at this point in the history
Update build.gradle
  • Loading branch information
talut committed Jan 20, 2020
2 parents b2a3d41 + 235e22f commit 0f8f135
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@

buildscript {
repositories {
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:3.3.2'
// The Android Gradle plugin is only required when opening the android folder stand-alone.
// This avoids unnecessary downloads and potential conflicts when the library is included as a
// module dependency in an application project.
if (project == rootProject) {
repositories {
google()
jcenter()
}

dependencies {
classpath("com.android.tools.build:gradle:3.5.1")
}
}
}

Expand Down

0 comments on commit 0f8f135

Please sign in to comment.