Skip to content

Commit 1f42ff0

Browse files
cortinicofacebook-github-bot
authored andcommitted
Bump AGP to 7.3.1 (#35100)
Summary: Pull Request resolved: #35100 That's just a minor bump of AGP before the branch cut. Changelog: [Android] [Changed] - Bump AGP to 7.3.1 allow-large-files Reviewed By: cipolleschi Differential Revision: D40752006 fbshipit-source-id: 4856bc7ca275cf46d3afcc7c24928c5f1d5e6e33
1 parent 07252b8 commit 1f42ff0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ buildscript {
3333
gradlePluginPortal()
3434
}
3535
dependencies {
36-
classpath("com.android.tools.build:gradle:7.3.0")
36+
classpath("com.android.tools.build:gradle:7.3.1")
3737
classpath("de.undercouch:gradle-download-task:5.0.1")
3838
}
3939
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ group = "com.facebook.react"
3333

3434
dependencies {
3535
implementation(gradleApi())
36-
implementation("com.android.tools.build:gradle:7.3.0")
36+
implementation("com.android.tools.build:gradle:7.3.1")
3737
implementation("com.google.code.gson:gson:2.8.9")
3838
implementation("com.google.guava:guava:31.0.1-jre")
3939
implementation("com.squareup:javapoet:1.13.0")

template/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515
mavenCentral()
1616
}
1717
dependencies {
18-
classpath("com.android.tools.build:gradle:7.3.0")
18+
classpath("com.android.tools.build:gradle:7.3.1")
1919
classpath("com.facebook.react:react-native-gradle-plugin")
2020
// NOTE: Do not place your application dependencies here; they belong
2121
// in the individual module build.gradle files

0 commit comments

Comments
 (0)