Skip to content

Commit 553fb8b

Browse files
friederbluemlefacebook-github-bot
authored andcommitted
Update Android Gradle plugin to 4.0.1 (#29013)
Summary: This is a major version update that needs to be tested thoroughly. Android Studio 4.0.1 is now available in the stable channel https://androidstudio.googleblog.com/2020/05/android-studio-40-available-in-stable.html https://developer.android.com/studio/releases/gradle-plugin#4.0.1 ## Changelog [Android] [Changed] - Update Android Gradle plugin to 4.0.1 Pull Request resolved: #29013 Test Plan: Build project Closes #29044 Reviewed By: shergin Differential Revision: D24041233 Pulled By: fkgozali fbshipit-source-id: 68ef0f313aa773866e65796e323ed0f19f41f834
1 parent c421838 commit 553fb8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

build.gradle.kts

+1-1
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.6.4")
15+
classpath("com.android.tools.build:gradle:4.0.1")
1616
classpath("de.undercouch:gradle-download-task:4.0.2")
1717

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

packages/react-native-codegen/android/build.gradle

+1-1
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.6.4")
15+
classpath("com.android.tools.build:gradle:4.0.1")
1616
}
1717
}
1818

packages/react-native-codegen/android/gradlePlugin-build/gradlePlugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ gradlePlugin {
1919
}
2020

2121
dependencies {
22-
implementation 'com.android.tools.build:gradle:3.6.4'
22+
implementation 'com.android.tools.build:gradle:4.0.1'
2323
// Use the same Gson version that `com.android.tools.build:gradle` depends on.
2424
implementation 'com.google.code.gson:gson:2.8.5'
2525
implementation 'com.google.guava:guava:29.0-jre'

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.6.4")
16+
classpath("com.android.tools.build:gradle:4.0.1")
1717
// NOTE: Do not place your application dependencies here; they belong
1818
// in the individual module build.gradle files
1919
}

0 commit comments

Comments
 (0)