mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
fix(build): remove Compose BOM to resolve compileSdk 37 conflict (#5088)
This commit is contained in:
parent
916eb51b94
commit
d03e61af6f
4 changed files with 5 additions and 20 deletions
|
|
@ -44,7 +44,7 @@ dependencies {
|
|||
implementation(libs.androidx.activity.compose)
|
||||
implementation(libs.jetbrains.lifecycle.viewmodel.compose)
|
||||
implementation(libs.jetbrains.lifecycle.runtime)
|
||||
implementation(libs.androidx.compose.material3)
|
||||
implementation(libs.compose.multiplatform.material3)
|
||||
implementation(libs.androidx.compose.material.iconsExtended)
|
||||
implementation(libs.material)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue