-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken AndroidConfigurationTest.kt on main
Summary: The bump of AGP to 7.2 caused the tests inside `AndroidConfigurationTest.kt` to fail. As we're now running `buildAll` both on Sandcastle and on CircleCI, this is now failing on both CIs. The issue is that AGP 7.2 change the way to introspect resValues and requires now to specify a type when querying for a value. I'm updating the tests here. Changelog: [Internal] [Fixed] - Fix broken AndroidConfigurationTest.kt on main Reviewed By: cipolleschi Differential Revision: D36437875 fbshipit-source-id: 58f457a78eae861e86808e58c23f5d04fb196d45
- Loading branch information
1 parent
d5a6bee
commit d51534a
Showing
1 changed file
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters