kopia lustrzana https://github.com/meshtastic/Meshtastic-Android
chore: add Compose `material-icons-extended` dependency
rodzic
b05122563a
commit
f941d32758
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue