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
|
|
@ -256,6 +256,7 @@ dependencies {
|
|||
|
||||
// Compose Desktop
|
||||
implementation(compose.desktop.currentOs)
|
||||
implementation(libs.compose.multiplatform.animation)
|
||||
implementation(libs.compose.multiplatform.material3)
|
||||
implementation(libs.compose.multiplatform.runtime)
|
||||
implementation(libs.compose.multiplatform.foundation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue