From c8c0d0c5e257ecdb73d797559c88195024403f84 Mon Sep 17 00:00:00 2001 From: Evgenii Kozlov Date: Fri, 28 Feb 2025 11:44:48 +0100 Subject: [PATCH] DROID-3233 App | Tech | Library updates --- gradle/libs.versions.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 6808fc63db..dd4d9dcfb8 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,11 +8,11 @@ androidxCoreVersion = "1.15.0" androidxComposeVersion = '1.7.8' composeMaterial3Version = '1.3.1' composeMaterialVersion = '1.7.8' -composeConstraintLayoutVersion = '1.1.0' +composeConstraintLayoutVersion = '1.1.1' dokkaVersion = '1.9.20' -activityComposeVersion = '1.10.0' +activityComposeVersion = '1.10.1' composeReorderableVersion = 'e9ef693f63' accompanistVersion = "0.34.0" appcompatVersion = '1.7.0' @@ -32,13 +32,13 @@ androidxTestCoreVersion = '1.6.1' androidxCoreTestingVersion = '2.2.0' androidxSecurityCryptoVersion = '1.0.0' androidxPreferenceVersion = '1.2.1' -constraintLayoutVersion = '2.2.0' +constraintLayoutVersion = '2.2.1' recyclerviewVersion = '1.4.0' emojiCompatVersion = '1.1.0' lifecycleVersion = '2.8.7' lifecycleRuntimeComposeVersion = '2.8.7' -navigationVersion = '2.8.7' -navigationComposeVersion = '2.8.7' +navigationVersion = '2.8.8' +navigationComposeVersion = '2.8.8' shimmerLayoutVersion = '0.5.0' photoViewVersion = '2.3.0' daggerVersion = '2.51' @@ -58,7 +58,7 @@ espressoVersion = '3.6.1' disableAnimationVersion = '2.0.0' timberVersion = '5.0.1' roomVersion = '2.6.1' -dataStoreVersion = '1.1.2' +dataStoreVersion = '1.1.3' amplitudeVersion = '3.35.1' coilComposeVersion = '2.6.0' sentryVersion = '7.13.0' @@ -157,13 +157,13 @@ fragmentCompose = { group = "androidx.fragment", name = "fragment-compose", vers [bundles] [plugins] -application = { id = "com.android.application", version = "8.8.1" } -library = { id = "com.android.library", version = "8.8.1" } +application = { id = "com.android.application", version = "8.8.2" } +library = { id = "com.android.library", version = "8.8.2" } kotlinAndroid = { id = "org.jetbrains.kotlin.android", version.ref = "kotlinVersion" } compose-compiler = { id = "org.jetbrains.kotlin.plugin.compose", version.ref = "kotlinVersion" } dokka = { id = "org.jetbrains.dokka", version.ref = "dokkaVersion" } kserialization = { id = "org.jetbrains.kotlin.plugin.serialization", version.ref = "kotlinVersion" } wire = { id = "com.squareup.wire", version = "4.9.8" } -firebaseDistribution = { id = "com.google.firebase.appdistribution", version = "5.1.0" } +firebaseDistribution = { id = "com.google.firebase.appdistribution", version = "5.1.1" } ksp = { id = "com.google.devtools.ksp", version.ref = "kspVersion" } gms = { id = "com.google.gms.google-services", version = "4.4.2" } \ No newline at end of file