AGP to 8.5.0 (#44951)

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

As the latest minor of AGP just released, let's bump it so that 0.75 users can use it.

Changelog:
[Android] [Changed] - AGP to 8.5.0

Reviewed By: cipolleschi

Differential Revision: D58587826

fbshipit-source-id: c14091faba1cb270ea2386f22fdbf079bce61421
This commit is contained in:
Nicola Corti
2024-06-14 09:48:30 -07:00
committed by Facebook GitHub Bot
parent 9c7c955834
commit 19f6aec4a1
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
[versions]
agp = "8.4.1"
agp = "8.5.0"
gson = "2.8.9"
guava = "31.0.1-jre"
javapoet = "1.13.0"
@@ -6,7 +6,7 @@ compileSdk = "34"
buildTools = "34.0.0"
ndkVersion = "26.1.10909125"
# Dependencies versions
agp = "8.4.1"
agp = "8.5.0"
androidx-annotation = "1.6.0"
androidx-appcompat = "1.6.1"
androidx-autofill = "1.1.0"