diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 1e6a33977..089cad570 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ maps-compose = "8.2.2" mlkit-barcode-scanning = "17.3.0" # CameraX -camerax = "1.5.3" +camerax = "1.6.0" # Networking ktor = "3.4.1" @@ -80,7 +80,7 @@ androidx-camera-camera2 = { module = "androidx.camera:camera-camera2", version.r androidx-camera-lifecycle = { module = "androidx.camera:camera-lifecycle", version.ref = "camerax" } androidx-camera-view = { module = "androidx.camera:camera-view", version.ref = "camerax" } androidx-camera-compose = { module = "androidx.camera:camera-compose", version.ref = "camerax" } -androidx-camera-viewfinder-compose = { module = "androidx.camera.viewfinder:viewfinder-compose", version = "1.5.3" } +androidx-camera-viewfinder-compose = { module = "androidx.camera.viewfinder:viewfinder-compose", version = "1.6.0" } androidx-core-ktx = { module = "androidx.core:core-ktx", version = "1.18.0" } androidx-core-location-altitude = { module = "androidx.core:core-location-altitude", version = "1.0.0-rc01" } androidx-core-splashscreen = { module = "androidx.core:core-splashscreen", version = "1.2.0" } @@ -108,8 +108,8 @@ androidx-room-paging = { module = "androidx.room3:room3-paging", version.ref = " androidx-room-runtime = { module = "androidx.room3:room3-runtime", version.ref = "room" } androidx-room-testing = { module = "androidx.room3:room3-testing", version.ref = "room" } androidx-sqlite-bundled = { module = "androidx.sqlite:sqlite-bundled", version = "2.6.2" } -androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version = "2.11.1" } -androidx-work-testing = { module = "androidx.work:work-testing", version = "2.11.1" } +androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version = "2.11.2" } +androidx-work-testing = { module = "androidx.work:work-testing", version = "2.11.2" } # AndroidX Compose androidx-compose-bom = { module = "androidx.compose:compose-bom", version = "2026.03.00" }