Refactor(Icon): Update APP icon and add startup animation

This commit is contained in:
2024-09-24 17:55:14 +08:00
parent 7e5554cfcd
commit 112e30804e
45 changed files with 69 additions and 577 deletions

View File

@@ -69,6 +69,7 @@ androidx-material3 = { group = "androidx.compose.material3", name = "material3"
material-icons-core = { group = "androidx.compose.material", name = "material-icons-core" }
material-icons-extended = { group = "androidx.compose.material", name = "material-icons-extended" }
material3-window-size = { group = "androidx.compose.material3", name = "material3-window-size-class" }
animation-graphics = { group = "androidx.compose.animation", name = "animation-graphics" }
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }