Skip to content

Commit

Permalink
Un-bump AGP to 8.1.2 (#39958)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #39958

I'm reverting the change of AGP from 8.2 beta to 8.1 as we don't need 8.2
Using 8.2 beta forces us to use Android Studio beta, which is actually not necessary.

Changelog:
[Android] [Changed] - Bump AGP to 8.1.2

Reviewed By: yungsters

Differential Revision: D50016572

fbshipit-source-id: 6c36df0568a1f867dac3c335abbaabb990e55491
  • Loading branch information
cortinico authored and facebook-github-bot committed Oct 6, 2023
1 parent b9612e7 commit 22388fe
Showing 1 changed file with 1 addition and 1 deletion.
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.2.0-beta06"
agp = "8.1.2"
androidx-annotation = "1.6.0"
androidx-appcompat = "1.6.1"
androidx-autofill = "1.1.0"
Expand Down

0 comments on commit 22388fe

Please sign in to comment.