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
This commit is contained in:
Janic Duplessis
2025-02-21 08:40:01 -08:00
committed by Facebook GitHub Bot
parent 28458a0c79
commit b0fd9c1556
@@ -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"