Skip to content

Commit ae494e7

Browse files
cortinicofacebook-github-bot
authored andcommitted
Bump AGP to 4.2.2
Summary: This is just a minor bump in the Android Gradle plugin. Changelog: [Android][Changed] - Bumped AGP to 4.2.2 allow-large-files Reviewed By: ShikaSD Differential Revision: D30220591 fbshipit-source-id: 217a21e4935bcd258ac3bcd45c7fb1ff5c0a1ead
1 parent 3560753 commit ae494e7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
}
1414
dependencies {
1515
val kotlin_version: String by project
16-
classpath("com.android.tools.build:gradle:4.2.1")
16+
classpath("com.android.tools.build:gradle:4.2.2")
1717
classpath("de.undercouch:gradle-download-task:4.1.1")
1818
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version")
1919
// 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
@@ -14,7 +14,7 @@ buildscript {
1414
mavenCentral()
1515
}
1616
dependencies {
17-
classpath("com.android.tools.build:gradle:4.2.1")
17+
classpath("com.android.tools.build:gradle:4.2.2")
1818
}
1919
}
2020

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:4.2.1'
22+
implementation 'com.android.tools.build:gradle:4.2.2'
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'

packages/react-native-gradle-plugin/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ gradlePlugin {
2525
}
2626

2727
dependencies {
28-
implementation("com.android.tools.build:gradle:4.2.1")
28+
implementation("com.android.tools.build:gradle:4.2.2")
2929
}

template/android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
mavenCentral()
1414
}
1515
dependencies {
16-
classpath("com.android.tools.build:gradle:4.2.1")
16+
classpath("com.android.tools.build:gradle:4.2.2")
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)