mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(build): align AndroidX Compose versions with CMP and migrate to runComposeUiTest (#5096)
This commit is contained in:
parent
e424d4d076
commit
b0c603c7ed
8 changed files with 34 additions and 24 deletions
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue