Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Commit

Permalink
Update Android Gradle plugin to 3.6.3 (#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
friederbluemle committed May 18, 2020
1 parent 0cb402c commit b915ee7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions android/build.gradle
Expand Up @@ -3,16 +3,16 @@ def safeExtGet(prop, fallback) {
}

buildscript {
// 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) {
// 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.
repositories {
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.2'
classpath 'com.android.tools.build:gradle:3.6.3'
}
}
}
Expand Down

0 comments on commit b915ee7

Please sign in to comment.