mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: add Compose material-icons-extended dependency
This commit is contained in:
parent
b05122563a
commit
f941d32758
1 changed files with 2 additions and 1 deletions
|
|
@ -194,6 +194,7 @@ dependencies {
|
|||
androidTestImplementation composeBom
|
||||
|
||||
implementation 'androidx.compose.material:material'
|
||||
implementation 'androidx.compose.material:material-icons-extended'
|
||||
implementation 'androidx.activity:activity-compose'
|
||||
implementation 'androidx.compose.runtime:runtime-livedata'
|
||||
implementation "com.google.accompanist:accompanist-themeadapter-appcompat:0.36.0"
|
||||
|
|
@ -282,4 +283,4 @@ repositories {
|
|||
detekt {
|
||||
config.setFrom("../config/detekt/detekt.yml")
|
||||
baseline = file("../config/detekt/detekt-baseline.xml")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue