AGP to 8.5.1 (#45406)

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

Just keep our Android Gradle Plugin version up to date.

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

Reviewed By: cipolleschi

Differential Revision: D59677574

fbshipit-source-id: 5c80391f8c357f26a9452ac5ac059ee8f5aa569c
This commit is contained in:
Nicola Corti
2024-07-12 09:00:39 -07:00
committed by Facebook GitHub Bot
parent b82d7e100c
commit cff0d97017
2 changed files with 2 additions and 2 deletions
@@ -1,5 +1,5 @@
[versions]
agp = "8.5.0"
agp = "8.5.1"
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.5.0"
agp = "8.5.1"
androidx-annotation = "1.6.0"
androidx-appcompat = "1.6.1"
androidx-autofill = "1.1.0"