From 22388fe938a38e0b50dbe42da688cb2e7521e637 Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Fri, 6 Oct 2023 11:38:59 -0700 Subject: [PATCH] Un-bump AGP to 8.1.2 (#39958) Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/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 --- packages/react-native/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/gradle/libs.versions.toml b/packages/react-native/gradle/libs.versions.toml index 0aee78ce3d93a7..5a71347d3b113e 100644 --- a/packages/react-native/gradle/libs.versions.toml +++ b/packages/react-native/gradle/libs.versions.toml @@ -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"