AGP to 8.2.0 (#41747)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/41747

Let's update AGP to the latest minor

Changelog:
[Internal] [Changed] - AGP to 8.2.0

Reviewed By: cipolleschi

Differential Revision: D51749138

fbshipit-source-id: fe473b6d1613b73e60e65848c20098e3f77d3a61
This commit is contained in:
Nicola Corti
2023-12-01 08:41:02 -08:00
committed by Facebook GitHub Bot
parent 0e9c93c14d
commit a3f238a44e
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
[versions]
agp = "8.1.4"
agp = "8.2.0"
gson = "2.8.9"
guava = "31.0.1-jre"
javapoet = "1.13.0"
@@ -5,7 +5,7 @@ targetSdk = "34"
compileSdk = "34"
buildTools = "34.0.0"
# Dependencies versions
agp = "8.1.4"
agp = "8.2.0"
androidx-annotation = "1.6.0"
androidx-appcompat = "1.6.1"
androidx-autofill = "1.1.0"