Skip to content

Commit eb48ed1

Browse files
dulmandakhfacebook-github-bot
authored andcommitted
bump Android Gradle Plugin to 3.4.2 (#25652)
Summary: Bump Android Gradle Plugin to 3.4.2, includes bug fixes and improvements ## Changelog [Android][Changed] - bump Android Gradle Plugin to 3.4.2 Pull Request resolved: #25652 Test Plan: RNTester builds and runs as expected Differential Revision: D16258865 Pulled By: mdvacca fbshipit-source-id: c20600e3c7fc44793f42a0061bbb22a6ead9f0e4
1 parent 79853d6 commit eb48ed1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+1-1
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.4.1")
13+
classpath("com.android.tools.build:gradle:3.4.2")
1414
classpath("de.undercouch:gradle-download-task:3.4.3")
1515

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

template/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
jcenter()
1414
}
1515
dependencies {
16-
classpath("com.android.tools.build:gradle:3.4.1")
16+
classpath("com.android.tools.build:gradle:3.4.2")
1717

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

0 commit comments

Comments
 (0)