fix(build): align AndroidX Compose versions with CMP and migrate to runComposeUiTest (#5096)

This commit is contained in:
James Rich
2026-04-12 21:49:11 -05:00
committed by GitHub
parent e424d4d076
commit b0c603c7ed
8 changed files with 34 additions and 24 deletions

View File

@@ -71,7 +71,6 @@
"!/^androidx\\.compose\\.material3:material3-adaptive-navigation-suite$/",
"!/^androidx\\.test\\.espresso/",
"!/^androidx\\.test\\.ext/",
"!/^androidx\\.compose\\.ui:ui-test-junit4$/",
"!/^androidx\\.hilt/"
]
},
@@ -118,8 +117,7 @@
"groupSlug": "androidx-testing",
"matchPackageNames": [
"/^androidx\\.test\\.espresso/",
"/^androidx\\.test\\.ext/",
"/^androidx\\.compose\\.ui:ui-test-junit4$/"
"/^androidx\\.test\\.ext/"
],
"automerge": true
},