Переименован пакет

This commit is contained in:
Пытков Роман
2024-09-22 22:36:38 +03:00
parent f9cbec0c80
commit 81ecb18c87
35 changed files with 309 additions and 80 deletions

View File

@@ -1,23 +1,27 @@
[versions]
agp = "8.6.0"
agp = "8.6.1"
kotlin = "2.0.20"
coreKtx = "1.13.1"
junit = "4.13.2"
junitVersion = "1.2.1"
espressoCore = "3.6.1"
lifecycleRuntimeKtx = "2.8.5"
lifecycleRuntimeKtx = "2.8.6"
activityCompose = "1.9.2"
composeBom = "2024.09.00"
navigation = "2.8.0"
composeBom = "2024.09.02"
navigation = "2.8.1"
hiltNavigation = "1.2.0"
yandexAuthSdk = "3.1.1"
daggerHilt = "2.47"
daggerHilt = "2.49"
ksp = "2.0.20-1.0.24"
room = "2.6.1"
retrofit = "2.9.0"
gson = "2.10.1"
appcompat = "1.7.0"
material = "1.12.0"
[libraries]
androidx-navigation = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation" }
navigation = { group = "androidx.navigation", name = "navigation-compose", version.ref = "navigation" }
navigation-hilt-compose = { group = "androidx.hilt", name = "hilt-navigation-compose", version.ref = "hiltNavigation" }
# Yandex
yandex-oauth = { group = "com.yandex.android", name = "authsdk", version.ref = "yandexAuthSdk" }
@@ -52,6 +56,8 @@ androidx-ui-tooling = { group = "androidx.compose.ui", name = "ui-tooling" }
androidx-ui-tooling-preview = { group = "androidx.compose.ui", name = "ui-tooling-preview" }
androidx-ui-test-manifest = { group = "androidx.compose.ui", name = "ui-test-manifest" }
androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit4" }
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
[plugins]
@@ -60,4 +66,5 @@ kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlin" }
dagger-hilt = { id = "com.google.dagger.hilt.android", version.ref = "daggerHilt" }
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
android-library = { id = "com.android.library", version.ref = "agp" }