From 21f547d20a3ee50df9f2be2e9425257fbd8054a1 Mon Sep 17 00:00:00 2001 From: denis0001-dev Date: Wed, 22 Jul 2026 17:03:29 +0300 Subject: [PATCH] Update dependencies Signed-off-by: denis0001-dev --- gradle/libs.versions.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 63cc85e..0680204 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,12 +7,11 @@ androidx-exifinterface = "1.4.2" coilCompose = "3.5.0" compose-multiplatform = "1.11.1" #noinspection NewerVersionAvailable -constraintlayout = "0.6.1-shaded" +constraintlayout = "0.8.0-shaded" coreSplashscreen = "1.2.0" firebaseMessaging = "25.1.1" googleServices = "4.5.0" haze = "1.7.2" -junit = "4.13.2" kotlin = "2.4.10" adaptiveAndroid = "1.2.0" biometric = "1.4.0-alpha07" @@ -35,7 +34,7 @@ kotlinxDatetime = "0.8.0" lifecycleRuntimeKtx = "2.11.0" composeBom = "2026.06.01" composeMaterialIconsExtended = "1.7.3" -composeMaterial3 = "1.10.0-alpha05" +composeMaterial3 = "1.12.0-alpha03" composeComponents = "1.11.1" playServicesBase = "18.10.0" tweetnaclJava = "1.1.3" @@ -67,7 +66,6 @@ haze-materials = { module = "dev.chrisbanes.haze:haze-materials", version.ref = jetbrains-kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "kotlinxCoroutinesCore" } jetbrains-kotlinx-io-bytestring = { module = "org.jetbrains.kotlinx:kotlinx-io-bytestring", version.ref = "kotlinxIoBytestring" } androidx-adaptive-android = { group = "androidx.compose.material3.adaptive", name = "adaptive-android", version.ref = "adaptiveAndroid" } -junit = { module = "junit:junit", version.ref = "junit" } kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" } biometric = { module = "androidx.biometric:biometric", version.ref = "biometric" } gson = { module = "com.google.code.gson:gson", version.ref = "gson" }