mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 17:37:05 +05:30
refactor: switch to Material Icons
Our previous system resulted in leaner code but was way too annoying to add new icons to.
This commit is contained in:
parent
e33768d9ca
commit
ae10d433e6
28 changed files with 46 additions and 2213 deletions
|
@ -51,6 +51,7 @@ dependencies {
|
|||
implementation(libs.accompanist.sysuicontroller)
|
||||
implementation(libs.androidx.activity.compose)
|
||||
implementation(libs.androidx.compose.material)
|
||||
implementation(libs.androidx.compose.material.icons.extended)
|
||||
implementation(libs.androidx.compose.material3)
|
||||
implementation(libs.androidx.core.splashscreen)
|
||||
implementation(libs.androidx.datastore.preferences)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue