Skip to content

Commit

Permalink
Bump AGP to 8.1.1 (#39392)
Browse files Browse the repository at this point in the history
Summary:

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
  • Loading branch information
cortinico authored and facebook-github-bot committed Sep 12, 2023
1 parent 67387c3 commit fb84344
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ org.gradle.caching=true

android.useAndroidX=true

# Can be removed once we bump to AGP 8.2.0
android.suppressUnsupportedCompileSdk=34

# Use this property to specify which architecture you want to build.
# You can also override it from the CLI using
# ./gradlew <task> -PreactNativeArchitectures=x86_64
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
agp = "8.1.0"
agp = "8.1.1"
gson = "2.8.9"
guava = "31.0.1-jre"
javapoet = "1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ targetSdk = "34"
compileSdk = "34"
buildTools = "34.0.0"
# Dependencies versions
agp = "8.1.0"
agp = "8.1.1"
androidx-annotation = "1.6.0"
androidx-appcompat = "1.6.1"
androidx-autofill = "1.1.0"
Expand Down

0 comments on commit fb84344

Please sign in to comment.