Skip to content

Commit cf8368f

Browse files
friederbluemlefacebook-github-bot
authored andcommitted
Update Android Gradle plugin to 3.6.4 (#28170)
Summary: Android Studio 3.6.3 is now available in the stable channel https://androidstudio.googleblog.com/2020/04/android-studio-363-available.html EDIT: Another patch update to `3.6.4` was released in July 2020: > This minor update supports compatibility with new default settings and features for package visibility in Android 11. Details: https://developer.android.com/studio/releases/gradle-plugin#3-6-0 ## Changelog [Android] [Changed] - Update Android Gradle plugin to 3.6.4 Pull Request resolved: #28170 Test Plan: Build project Reviewed By: mdvacca Differential Revision: D23357163 Pulled By: fkgozali fbshipit-source-id: 45f1bfc8a1b21e60c6da03e60e4fa3b1e30c221c
1 parent 8d198ee commit cf8368f

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.5.3")
15+
classpath("com.android.tools.build:gradle:3.6.4")
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.5.3")
15+
classpath("com.android.tools.build:gradle:3.6.4")
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.5.3'
22+
implementation 'com.android.tools.build:gradle:3.6.4'
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
@@ -12,7 +12,7 @@ buildscript {
1212
jcenter()
1313
}
1414
dependencies {
15-
classpath("com.android.tools.build:gradle:3.5.3")
15+
classpath("com.android.tools.build:gradle:3.6.4")
1616
// NOTE: Do not place your application dependencies here; they belong
1717
// in the individual module build.gradle files
1818
}

0 commit comments

Comments
 (0)