Изменённый дизайн.
This commit is contained in:
2025-03-20 07:52:37 +04:00
parent 96f84b9f54
commit dbc1afcf28
15 changed files with 442 additions and 254 deletions

View File

@@ -16,6 +16,7 @@ hiltAndroidCompiler = "2.55"
hiltNavigationCompose = "1.2.0"
kotlinxSerializationJson = "1.8.0"
protobufLite = "3.0.1"
runtimeTracing = "1.7.8"
volley = "1.2.1"
datastore = "1.1.3"
navigationCompose = "2.8.9"
@@ -26,6 +27,7 @@ vkid = "2.2.2"
[libraries]
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
androidx-runtime-tracing = { module = "androidx.compose.runtime:runtime-tracing", version.ref = "runtimeTracing" }
desugar_jdk_libs = { module = "com.android.tools:desugar_jdk_libs", version.ref = "desugar_jdk_libs" }
junit = { group = "junit", name = "junit", version.ref = "junit" }
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }