|
@@ -1,5 +1,7 @@
|
|
|
[versions]
|
|
|
+accompanistPermissions = "0.31.2-alpha"
|
|
|
agp = "8.5.1"
|
|
|
+androidMapsUtils = "3.5.0"
|
|
|
bom = "2.6.1"
|
|
|
bomVersion = "VERSION"
|
|
|
coilCompose = "2.4.0"
|
|
@@ -17,7 +19,12 @@ ktorClientEngine_z = "2.3.12"
|
|
|
lifecycleRuntimeKtx = "2.8.7"
|
|
|
activityCompose = "1.9.3"
|
|
|
composeBom = "2024.10.01"
|
|
|
+mapkit = "4.0.0"
|
|
|
+mapkitSearch = "4.0.0"
|
|
|
+mapsMobile = "4.8.1-lite"
|
|
|
+mapsUtilsKtx = "3.5.0"
|
|
|
navigationCompose = "2.8.3"
|
|
|
+playServicesMapsVersion = "18.1.0"
|
|
|
storageKt = "2.6.0"
|
|
|
ui = "1.7.5"
|
|
|
xmodule_z = "2.6.0"
|
|
@@ -25,8 +32,16 @@ volley = "1.2.1"
|
|
|
benchmarkMacro = "1.3.3"
|
|
|
firebaseFirestoreKtx = "25.1.1"
|
|
|
runtimeSavedInstanceState = "1.0.0-alpha11"
|
|
|
+appcompat = "1.7.0"
|
|
|
+playServicesMaps = "19.0.0"
|
|
|
+yandexMapkitKmp = "0.1.0"
|
|
|
+yandexMapkitKmpCompose = "0.1.0"
|
|
|
|
|
|
[libraries]
|
|
|
+accompanist-navigation-material = { module = "com.github.chrisbanes.accompanist:accompanist-navigation-material", version.ref = "accompanistPermissions" }
|
|
|
+accompanist-permissions = { module = "com.github.chrisbanes.accompanist:accompanist-permissions", version.ref = "accompanistPermissions" }
|
|
|
+accompanist-systemuicontroller = { module = "com.github.chrisbanes.accompanist:accompanist-systemuicontroller", version.ref = "accompanistPermissions" }
|
|
|
+android-maps-utils = { module = "com.google.maps.android:android-maps-utils", version.ref = "androidMapsUtils" }
|
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
|
androidx-core-ktx-v1150 = { module = "androidx.core:core-ktx", version.ref = "coreKtxVersion" }
|
|
|
androidx-hilt-navigation-compose = { module = "androidx.hilt:hilt-navigation-compose", version.ref = "hiltNavigationCompose" }
|
|
@@ -54,6 +69,11 @@ androidx-ui-test-junit4 = { group = "androidx.compose.ui", name = "ui-test-junit
|
|
|
androidx-material3 = { group = "androidx.compose.material3", name = "material3" }
|
|
|
ktor-client-android = { module = "io.ktor:ktor-client-android", version.ref = "ktorClientAndroid" }
|
|
|
ktor-client-engine_z = { module = "io.ktor:ktor-client-[engine]", version.ref = "ktorClientEngine_z" }
|
|
|
+mapkit = { module = "com.yandex.mapkit:mapkit", version.ref = "mapkit" }
|
|
|
+mapkit-search = { module = "com.yandex.mapkit:mapkit-search", version.ref = "mapkitSearch" }
|
|
|
+maps-mobile = { module = "com.yandex.android:maps.mobile", version.ref = "mapsMobile" }
|
|
|
+maps-utils-ktx = { module = "com.google.maps.android:maps-utils-ktx", version.ref = "mapsUtilsKtx" }
|
|
|
+play-services-maps-v1810 = { module = "com.google.android.gms:play-services-maps", version.ref = "playServicesMapsVersion" }
|
|
|
realtime-kt = { module = "io.github.jan-tennert.supabase:realtime-kt" }
|
|
|
postgrest-kt = { module = "io.github.jan-tennert.supabase:postgrest-kt" }
|
|
|
storage-kt = { module = "io.github.jan-tennert.supabase:storage-kt", version.ref = "storageKt" }
|
|
@@ -66,6 +86,10 @@ volley = { group = "com.android.volley", name = "volley", version.ref = "volley"
|
|
|
androidx-benchmark-macro = { group = "androidx.benchmark", name = "benchmark-macro", version.ref = "benchmarkMacro" }
|
|
|
firebase-firestore-ktx = { group = "com.google.firebase", name = "firebase-firestore-ktx", version.ref = "firebaseFirestoreKtx" }
|
|
|
androidx-runtime-saved-instance-state = { group = "androidx.compose.runtime", name = "runtime-saved-instance-state", version.ref = "runtimeSavedInstanceState" }
|
|
|
+androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
|
+play-services-maps = { group = "com.google.android.gms", name = "play-services-maps", version.ref = "playServicesMaps" }
|
|
|
+yandex-mapkit-kmp = { module = "ru.sulgik.mapkit:yandex-mapkit-kmp", version.ref = "yandexMapkitKmp" }
|
|
|
+yandex-mapkit-kmp-compose = { module = "ru.sulgik.mapkit:yandex-mapkit-kmp-compose", version.ref = "yandexMapkitKmpCompose" }
|
|
|
|
|
|
[plugins]
|
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|