From f8879174ca02fa0191e5834619344ebce4906066 Mon Sep 17 00:00:00 2001 From: Hossain Khan Date: Sat, 6 Dec 2025 16:07:13 -0500 Subject: [PATCH] =?UTF-8?q?chore(deps):=20Update=20dependencies=20includin?= =?UTF-8?q?g=20Circuit=200.27.1=20=E2=86=92=200.31.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated 18 dependencies: AndroidX & Compose: - activityCompose: 1.10.1 → 1.12.1 - adaptive: 1.2.0-alpha06 → 1.2.0 (stable) - composeBom: 2025.06.00 → 2025.12.00 - coreKtx: 1.16.0 → 1.17.0 - lifecycleRuntimeKtx: 2.9.1 → 2.10.0 - androidx-window: 1.4.0 → 1.5.1 - googleFonts: 1.8.2 → 1.10.0 Circuit (Architecture): - circuit: 0.27.1 → 0.31.0 * Compatible with existing code * No breaking changes impact (rememberAnsweringNavigator already compatible) Libraries: - workManager: 2.10.1 → 2.11.0 - coil: 3.2.0 → 3.3.0 - datastore: 1.1.7 → 1.2.0 Testing: - espressoCore: 3.6.1 → 3.7.0 - junitVersion: 1.2.1 → 1.3.0 - mockk: 1.14.2 → 1.14.7 - truth: 1.4.4 → 1.4.5 - robolectric: 4.14.1 → 4.16 - coreKtxVersion: 1.6.1 → 1.7.0 ✅ All tests passing (89 tests) ✅ Build successful --- gradle/libs.versions.toml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 832e286..f447b45 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,17 +1,17 @@ [versions] -activityCompose = "1.10.1" +activityCompose = "1.12.1" # https://developer.android.com/jetpack/androidx/releases/compose-material3-adaptive -adaptive = "1.2.0-alpha06" +adaptive = "1.2.0" agp = "8.9.2" anvil = "0.4.1" -circuit = "0.27.1" -composeBom = "2025.06.00" -coreKtx = "1.16.0" +circuit = "0.31.0" +composeBom = "2025.12.00" +coreKtx = "1.17.0" dagger = "2.56.2" -espressoCore = "3.6.1" -googleFonts = "1.8.2" +espressoCore = "3.7.0" +googleFonts = "1.10.0" junit = "4.13.2" -junitVersion = "1.2.1" +junitVersion = "1.3.0" kotlinxCoroutinesTest = "1.10.2" # Kotlin and KSP versions (must be in sync) @@ -19,7 +19,7 @@ kotlinxCoroutinesTest = "1.10.2" kotlin = "2.1.10" ksp = "2.1.10-1.0.31" -lifecycleRuntimeKtx = "2.9.1" +lifecycleRuntimeKtx = "2.10.0" # Kotlin linter with built-in formatter # https://github.com/jeremymailen/kotlinter-gradle @@ -43,22 +43,22 @@ moshi = "1.15.2" eithernet = "2.0.0" # https://developer.android.com/jetpack/androidx/releases/work -workManager = "2.10.1" +workManager = "2.11.0" # Coil # https://github.com/coil-kt/coil -coil = "3.2.0" +coil = "3.3.0" -mockk = "1.14.2" -truth = "1.4.4" -robolectric = "4.14.1" +mockk = "1.14.7" +truth = "1.4.5" +robolectric = "4.16" -datastore = "1.1.7" +datastore = "1.2.0" # https://developer.android.com/jetpack/androidx/releases/window # https://developer.android.com/develop/ui/compose/layouts/adaptive -androidx-window = "1.4.0" -coreKtxVersion = "1.6.1" +androidx-window = "1.5.1" +coreKtxVersion = "1.7.0" [libraries] androidx-activity-compose = { group = "androidx.activity", name = "activity-compose", version.ref = "activityCompose" }