2023-11-14 22:58:47 +03:00
|
|
|
[versions]
|
2026-05-04 16:59:24 +02:00
|
|
|
agp = "8.6.1"
|
2024-09-09 14:36:33 +03:00
|
|
|
kotlin = "1.9.24"
|
|
|
|
|
androidx-core = "1.13.1"
|
|
|
|
|
androidx-activity = "1.9.1"
|
|
|
|
|
androidx-annotation = "1.8.2"
|
|
|
|
|
androidx-biometric = "1.2.0-alpha05"
|
2026-05-04 16:59:24 +02:00
|
|
|
androidx-camera = "1.5.3"
|
2024-09-09 14:36:33 +03:00
|
|
|
androidx-fragment = "1.8.2"
|
2023-11-14 22:58:47 +03:00
|
|
|
androidx-security-crypto = "1.1.0-alpha06"
|
2024-09-09 14:36:33 +03:00
|
|
|
androidx-datastore = "1.1.1"
|
|
|
|
|
kotlinx-coroutines = "1.8.1"
|
2024-06-18 20:46:21 +03:00
|
|
|
kotlinx-serialization = "1.6.3"
|
2024-09-09 14:36:33 +03:00
|
|
|
google-mlkit = "17.3.0"
|
2023-11-14 22:58:47 +03:00
|
|
|
|
|
|
|
|
[libraries]
|
|
|
|
|
androidx-core = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }
|
2023-11-21 22:48:52 +03:00
|
|
|
androidx-activity = { module = "androidx.activity:activity-ktx", version.ref = "androidx-activity" }
|
2023-11-23 15:45:55 +03:00
|
|
|
androidx-annotation = { module = "androidx.annotation:annotation", version.ref = "androidx-annotation" }
|
2024-09-09 14:36:33 +03:00
|
|
|
androidx-biometric = { module = "androidx.biometric:biometric-ktx", version.ref = "androidx-biometric" }
|
2023-11-14 22:58:47 +03:00
|
|
|
androidx-camera-core = { module = "androidx.camera:camera-core", version.ref = "androidx-camera" }
|
|
|
|
|
androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.ref = "androidx-camera" }
|
|
|
|
|
androidx-camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "androidx-camera" }
|
|
|
|
|
androidx-camera-view = { module = "androidx.camera:camera-view", version.ref = "androidx-camera" }
|
2024-09-09 14:36:33 +03:00
|
|
|
androidx-fragment = { module = "androidx.fragment:fragment-ktx", version.ref = "androidx-fragment" }
|
2023-11-14 22:58:47 +03:00
|
|
|
androidx-security-crypto = { module = "androidx.security:security-crypto-ktx", version.ref = "androidx-security-crypto" }
|
2024-03-04 18:08:55 +03:00
|
|
|
androidx-datastore = { module = "androidx.datastore:datastore-preferences", version.ref = "androidx-datastore" }
|
2023-11-14 22:58:47 +03:00
|
|
|
kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinx-coroutines" }
|
2024-06-18 20:46:21 +03:00
|
|
|
kotlinx-serialization-protobuf = { module = "org.jetbrains.kotlinx:kotlinx-serialization-protobuf", version.ref = "kotlinx-serialization" }
|
2023-11-14 22:58:47 +03:00
|
|
|
google-mlkit = { module = "com.google.mlkit:barcode-scanning", version.ref = "google-mlkit" }
|
|
|
|
|
|
|
|
|
|
[bundles]
|
|
|
|
|
androidx-camera = [
|
|
|
|
|
"androidx-camera-core",
|
|
|
|
|
"androidx-camera-lifecycle",
|
|
|
|
|
"androidx-camera-view",
|
|
|
|
|
"androidx-camera-camera2"
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[plugins]
|
|
|
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
|
|
|
android-library = { id = "com.android.library", version.ref = "agp" }
|
|
|
|
|
kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
2024-06-18 20:46:21 +03:00
|
|
|
kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlin"}
|