Skip to content

Commit 56a78de

Browse files
chrisbobbegnprice
authored andcommitted
android build: Upgrade Android Gradle Plugin to v7.0.1
Done to follow the template-app change in facebook/react-native@272cfe5d1, on the path to the RN v0.68 upgrade. Here's the release-notes page for 7.0.0, with a note about 7.0.1: https://developer.android.com/studio/releases/gradle-plugin#7-0-0 Fixes: #5377
1 parent 0034ae3 commit 56a78de

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:4.2.2'
30+
classpath 'com.android.tools.build:gradle:7.0.1'
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)