Skip to content

Commit 0e5ea28

Browse files
cortinicofacebook-github-bot
authored andcommitted
Bump AGP to 8.1.1 (#39392)
Summary: Pull Request resolved: #39392 This fixes a warning that would fire for all the users on 0.73 and is not actionable in any form: https://issuetracker.google.com/issues/295235385 Changelog: [Internal] [Changed] - Bump AGP to 8.1.1 Reviewed By: luluwu2032 Differential Revision: D49155866 fbshipit-source-id: 05201b834d00b018f8680d74fe4a40884a8c5eb9
1 parent 67e794a commit 0e5ea28

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

gradle.properties

-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ org.gradle.caching=true
44

55
android.useAndroidX=true
66

7-
# Can be removed once we bump to AGP 8.2.0
8-
android.suppressUnsupportedCompileSdk=34
9-
107
# Use this property to specify which architecture you want to build.
118
# You can also override it from the CLI using
129
# ./gradlew <task> -PreactNativeArchitectures=x86_64

packages/react-native-gradle-plugin/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
agp = "8.1.0"
2+
agp = "8.1.1"
33
gson = "2.8.9"
44
guava = "31.0.1-jre"
55
javapoet = "1.13.0"

packages/react-native/gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ targetSdk = "34"
55
compileSdk = "34"
66
buildTools = "34.0.0"
77
# Dependencies versions
8-
agp = "8.1.0"
8+
agp = "8.1.1"
99
androidx-annotation = "1.6.0"
1010
androidx-appcompat = "1.6.1"
1111
androidx-autofill = "1.1.0"

0 commit comments

Comments
 (0)