From bffe9e433ef32ccc5cce68cce29bc24d2bcc3952 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2024 19:18:31 +0000 Subject: [PATCH] fix(deps): update all dependencies --- gradle/libs.versions.toml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4c5fa53d..2ada6526 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ minSdk = "26" targetSdk = "34" compileSdk = "34" -agp = "8.6.1" +agp = "8.7.1" kotlin = "2.0.20" ksp = "2.0.20-1.0.25" ktlint = "12.1.1" @@ -13,36 +13,36 @@ core-ktx = "1.13.1" splashscreen = "1.0.1" junit = "4.13.2" robolectric = "4.13" -roborazzi = "1.26.0" +roborazzi = "1.29.0" okio = "3.9.1" -mockk = "1.13.12" +mockk = "1.13.13" assertk = "0.28.1" -turbine = "1.1.0" +turbine = "1.2.0" androidx-test-ext-junit = "1.2.1" androidx-test-runner = "1.6.2" androidx-test-core = "1.6.1" -androidx-annotations = "1.8.2" +androidx-annotations = "1.9.0" espresso-core = "3.6.1" lifecycle-runtime = "2.8.6" -activity-compose = "1.9.2" -compose-bom = "2024.09.02" +activity-compose = "1.9.3" +compose-bom = "2024.10.00" compose-htmlconverter = "0.9.5" kmpalette = "3.1.0" lyricist = "1.7.0" -navigation = "2.8.1" +navigation = "2.8.3" molecule = "2.0.0" media3 = "1.4.1" coroutines = "1.9.0" workmanager = "2.9.1" -coil = "3.0.0-alpha10" -ktor = "2.3.12" +coil = "3.0.0-rc01" +ktor = "3.0.0" result = "2.0.0" -xmlutil = "0.90.1" +xmlutil = "0.90.2" kermit = "2.0.4" sqldelight = "2.0.2" sqlite-jdbc = "3.18.0" # sqlite version used in Android API level 26 (our minSdk) google-services = "4.4.2" -firebase-bom = "33.3.0" +firebase-bom = "33.4.0" crashlytics = "3.0.2" leakcanary = "3.0-alpha-8" datastore = "1.1.1" @@ -50,9 +50,9 @@ aboutlibraries = "11.2.3" appversioning = "1.3.2" gpp = "3.11.0" uiautomator = "2.3.0" -benchmarkMacroJunit4 = "1.3.1" -baselineprofile = "1.3.1" -profileinstaller = "1.4.0" +benchmarkMacroJunit4 = "1.3.3" +baselineprofile = "1.3.3" +profileinstaller = "1.4.1" [libraries] core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }