настроение убрано, вместо него, вкладка "экстренные сигналы"

This commit is contained in:
2025-10-16 19:46:29 +09:00
parent f429d54e1b
commit 18753b214d
35 changed files with 305 additions and 3147 deletions

View File

@@ -10,6 +10,7 @@ activityCompose = "1.8.2"
composeBom = "2024.02.02"
hilt = "2.48"
composeCompiler = "1.5.14"
material = "1.13.0"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
@@ -28,6 +29,7 @@ androidx-compose-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-te
androidx-compose-material3 = { group = "androidx.compose.material3", name = "material3" }
hilt-android = { group = "com.google.dagger", name = "hilt-android", version.ref = "hilt" }
hilt-compiler = { group = "com.google.dagger", name = "hilt-compiler", version.ref = "hilt" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }