From 97b12286e4dcbfe75872f96e891b6ce2f34b88ba Mon Sep 17 00:00:00 2001 From: Robin Singh Date: Sun, 22 Sep 2024 23:14:59 +0530 Subject: [PATCH] chore(deps): Bumped libs version (#177) --- gradle/libs.versions.toml | 28 ++++++++++++------------ gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c25588d..14b9c61 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,8 +1,8 @@ [versions] -activityCompose = "1.9.0" -androidGradlePlugin = "8.5.1" -baselineProfile = "1.2.4" -benchmarkMacroJunit4 = "1.2.4" +activityCompose = "1.9.2" +androidGradlePlugin = "8.6.1" +baselineProfile = "1.3.1" +benchmarkMacroJunit4 = "1.3.1" browser = "1.8.0" coil = "2.7.0" constraintlayoutCompose = "1.0.1" @@ -12,25 +12,25 @@ espressoCore = "3.6.1" firebaseCrashlytics = "3.0.2" googleServices = "4.4.2" junit = "4.13.2" -junitVersion = "1.1.5" +junitVersion = "1.2.1" koinAndroid = "3.5.6" kotlin = "2.0.20" kotlinx-datetime = "0.6.0" -ksp = "2.0.0-1.0.23" -lifecycleViewmodelCompose = "2.7.0" +ksp = "2.0.20-1.0.24" +lifecycleViewmodelCompose = "2.8.6" loggingInterceptor = "4.12.0" moshiKotlin = "1.15.1" -navigationCompose = "2.7.7" +navigationCompose = "2.8.1" orbitViewmodel = "9.0.0" pluto = "2.2.2" -profileinstaller = "1.3.1" +profileinstaller = "1.4.0" retrofit = "2.11.0" roomRuntime = "2.6.1" -rules = "1.5.0" +rules = "1.6.1" runtimeTracing = "1.0.0-beta01" -startupRuntime = "1.1.1" +startupRuntime = "1.2.0" uiautomator = "2.3.0" -workRuntimeKtx = "2.9.0" +workRuntimeKtx = "2.9.1" datastore = "1.1.1" protobufJavalite = "4.27.2" protobuf = "0.9.4" @@ -67,11 +67,11 @@ bundle-core = { module = "com.plutolib.plugins:bundle-core", version.ref = "plut bundle-core-no-op = { module = "com.plutolib.plugins:bundle-core-no-op", version.ref = "pluto" } coil = { module = "io.coil-kt:coil", version.ref = "coil" } coil-compose = { module = "io.coil-kt:coil-compose", version.ref = "coil" } -compose-bom = "androidx.compose:compose-bom:2024.06.00" +compose-bom = "androidx.compose:compose-bom:2024.09.02" compose-ui = { module = "androidx.compose.ui:ui" } converter-moshi = { module = "com.squareup.retrofit2:converter-moshi", version.ref = "retrofit" } detekt-formatting = { module = "io.gitlab.arturbosch.detekt:detekt-formatting", version.ref = "detekt" } -firebase-bom = "com.google.firebase:firebase-bom:33.1.2" +firebase-bom = "com.google.firebase:firebase-bom:33.3.0" firebase-analytics = { module = "com.google.firebase:firebase-analytics" } firebase-crashlytics = { module = "com.google.firebase:firebase-crashlytics" } junit = { module = "junit:junit", version.ref = "junit" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 09523c0..9355b41 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME