From b0fd9c155697ebc105cee99ce79b84ca43e491a5 Mon Sep 17 00:00:00 2001 From: Janic Duplessis Date: Fri, 21 Feb 2025 08:40:01 -0800 Subject: [PATCH] Update androidx app compat to 1.7.0 (#49594) Summary: Update androidx app compat to the latest version. This is needed as part of https://github.com/facebook/react-native/pull/49486 to have access to `fullyDrawnReporter`. ## Changelog: [ANDROID] [CHANGED] - Update androidx app compat to 1.7.0 Pull Request resolved: https://github.com/facebook/react-native/pull/49594 Test Plan: Tested in RN tester that it builds fine and works properly. Reviewed By: Abbondanzo Differential Revision: D69988202 Pulled By: cortinico fbshipit-source-id: 0329aa84a76327db535ddba8acf059ebbf1dbdfc --- 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 6216e087a71..d0a15530a77 100644 --- a/packages/react-native/gradle/libs.versions.toml +++ b/packages/react-native/gradle/libs.versions.toml @@ -8,7 +8,7 @@ ndkVersion = "27.1.12297006" # Dependencies versions agp = "8.8.0" androidx-annotation = "1.6.0" -androidx-appcompat = "1.6.1" +androidx-appcompat = "1.7.0" androidx-autofill = "1.1.0" androidx-swiperefreshlayout = "1.1.0" androidx-test = "1.5.0"