Skip to content

Commit 8750eb2

Browse files
committed
Revert "bump android gradle plugin to 3.5.0 (facebook#26129)"
This reverts commit 8d4e8a3.
1 parent afd3529 commit 8750eb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
jcenter()
1111
}
1212
dependencies {
13-
classpath("com.android.tools.build:gradle:3.5.0")
13+
classpath("com.android.tools.build:gradle:3.4.2")
1414
classpath("de.undercouch:gradle-download-task:4.0.0")
1515

1616
// NOTE: Do not place your application dependencies here; they belong

template/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ buildscript {
1212
jcenter()
1313
}
1414
dependencies {
15-
classpath("com.android.tools.build:gradle:3.5.0")
15+
classpath("com.android.tools.build:gradle:3.4.2")
1616

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

0 commit comments

Comments
 (0)