Skip to content

Commit 8119936

Browse files
committed
android build: Upgrade Android Gradle Plugin to 7.0.4
Done to parallel the RN template app at facebook/react-native@cd4c6659d, on the way to RN v0.68. Upstream release notes are... well, if they existed they would be under "7.0.0 (July 2021)" here: https://developer.android.com/studio/releases/past-releases#agp but it looks like that doesn't mention any 7.0.x after 7.0.1. In any case, the version number means this should be a bugfix release.
1 parent c8f0adc commit 8119936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ buildscript {
2727
}
2828
dependencies {
2929
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
30-
classpath 'com.android.tools.build:gradle:7.0.1'
30+
classpath 'com.android.tools.build:gradle:7.0.4'
3131

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

0 commit comments

Comments
 (0)