2026-08-11 19:46:54 +08:00
|
|
|
[versions]
|
2026-09-08 09:53:28 +08:00
|
|
|
agp = "9.4.0"
|
2026-08-11 19:46:54 +08:00
|
|
|
coreKtx = "1.18.0"
|
|
|
|
|
junit = "4.13.2"
|
|
|
|
|
junitVersion = "1.3.0"
|
|
|
|
|
espressoCore = "3.7.0"
|
|
|
|
|
appcompat = "1.6.1"
|
|
|
|
|
material = "1.10.0"
|
|
|
|
|
constraintlayout = "2.1.4"
|
|
|
|
|
camerax = "1.6.1"
|
|
|
|
|
lifecycle = "2.11.0"
|
|
|
|
|
activityKtx = "1.9.3"
|
|
|
|
|
mlkitPoseDetection = "18.0.0-beta5"
|
|
|
|
|
kotlinxCoroutines = "1.9.0"
|
|
|
|
|
|
|
|
|
|
[libraries]
|
|
|
|
|
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }
|
|
|
|
|
junit = { group = "junit", name = "junit", version.ref = "junit" }
|
|
|
|
|
androidx-junit = { group = "androidx.test.ext", name = "junit", version.ref = "junitVersion" }
|
|
|
|
|
androidx-espresso-core = { group = "androidx.test.espresso", name = "espresso-core", version.ref = "espressoCore" }
|
|
|
|
|
androidx-appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" }
|
|
|
|
|
material = { group = "com.google.android.material", name = "material", version.ref = "material" }
|
|
|
|
|
androidx-constraintlayout = { group = "androidx.constraintlayout", name = "constraintlayout", version.ref = "constraintlayout" }
|
|
|
|
|
androidx-camera-core = { group = "androidx.camera", name = "camera-core", version.ref = "camerax" }
|
|
|
|
|
androidx-camera-camera2 = { group = "androidx.camera", name = "camera-camera2", version.ref = "camerax" }
|
|
|
|
|
androidx-camera-lifecycle = { group = "androidx.camera", name = "camera-lifecycle", version.ref = "camerax" }
|
|
|
|
|
androidx-camera-video = { group = "androidx.camera", name = "camera-video", version.ref = "camerax" }
|
|
|
|
|
androidx-camera-view = { group = "androidx.camera", name = "camera-view", version.ref = "camerax" }
|
|
|
|
|
androidx-camera-effects = { group = "androidx.camera", name = "camera-effects", version.ref = "camerax" }
|
|
|
|
|
androidx-lifecycle-viewmodel-ktx = { group = "androidx.lifecycle", name = "lifecycle-viewmodel-ktx", version.ref = "lifecycle" }
|
|
|
|
|
androidx-lifecycle-runtime-ktx = { group = "androidx.lifecycle", name = "lifecycle-runtime-ktx", version.ref = "lifecycle" }
|
|
|
|
|
androidx-activity-ktx = { group = "androidx.activity", name = "activity-ktx", version.ref = "activityKtx" }
|
|
|
|
|
mlkit-pose-detection-accurate = { group = "com.google.mlkit", name = "pose-detection-accurate", version.ref = "mlkitPoseDetection" }
|
|
|
|
|
kotlinx-coroutines-android = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
|
|
|
|
|
|
|
|
|
|
[plugins]
|
|
|
|
|
android-application = { id = "com.android.application", version.ref = "agp" }
|
|
|
|
|
|