Попробовал сделать экран входа с помощью курсора
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
[versions]
|
||||
agp = "8.12.3"
|
||||
kotlin = "2.0.21"
|
||||
coreKtx = "1.17.0"
|
||||
agp = "8.3.1"
|
||||
kotlin = "2.1.0"
|
||||
coreKtx = "1.13.1"
|
||||
junit = "4.13.2"
|
||||
junitVersion = "1.3.0"
|
||||
espressoCore = "3.7.0"
|
||||
lifecycleRuntimeKtx = "2.9.4"
|
||||
lifecycleViewmodel = "2.9.4"
|
||||
activityCompose = "1.11.0"
|
||||
composeBom = "2024.09.00"
|
||||
lifecycleRuntimeKtx = "2.8.7"
|
||||
lifecycleViewmodel = "2.8.7"
|
||||
activityCompose = "1.9.2"
|
||||
composeBom = "2024.06.00"
|
||||
hilt = "2.53"
|
||||
hiltNavigationCompose = "1.2.0"
|
||||
room = "2.6.1"
|
||||
@@ -19,8 +19,8 @@ kotlinxSerializationConverter = "1.0.0"
|
||||
navigation = "2.8.4"
|
||||
coil = "2.7.0"
|
||||
lottie = "6.1.0"
|
||||
coroutines = "1.10.0"
|
||||
ksp = "2.0.21-1.0.26"
|
||||
coroutines = "1.9.0"
|
||||
ksp = "2.1.0-1.0.28"
|
||||
|
||||
[libraries]
|
||||
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
||||
|
||||
Reference in New Issue
Block a user