Skip to content

Commit

Permalink
Revert "bump android gradle plugin to 3.5.0 (#26129)"
Browse files Browse the repository at this point in the history
This reverts commit 8d4e8a3.
  • Loading branch information
grabbou committed Sep 24, 2019
1 parent afd3529 commit 8750eb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ buildscript {
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:3.5.0")
classpath("com.android.tools.build:gradle:3.4.2")
classpath("de.undercouch:gradle-download-task:4.0.0")

// NOTE: Do not place your application dependencies here; they belong
Expand Down
2 changes: 1 addition & 1 deletion template/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
jcenter()
}
dependencies {
classpath("com.android.tools.build:gradle:3.5.0")
classpath("com.android.tools.build:gradle:3.4.2")

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand Down

0 comments on commit 8750eb2

Please sign in to comment.