Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 3c0359e commit 568e93b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
minSdk = "26"
targetSdk = "34"
compileSdk = "34"
agp = "8.6.1"
agp = "8.7.0"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
ktlint = "12.1.1"
Expand All @@ -13,7 +13,7 @@ core-ktx = "1.13.1"
splashscreen = "1.0.1"
junit = "4.13.2"
robolectric = "4.13"
roborazzi = "1.26.0"
roborazzi = "1.28.0"
okio = "3.9.1"
mockk = "1.13.12"
assertk = "0.28.1"
Expand All @@ -25,34 +25,34 @@ androidx-annotations = "1.8.2"
espresso-core = "3.6.1"
lifecycle-runtime = "2.8.6"
activity-compose = "1.9.2"
compose-bom = "2024.09.02"
compose-bom = "2024.09.03"
compose-htmlconverter = "0.9.5"
kmpalette = "3.1.0"
lyricist = "1.7.0"
navigation = "2.8.1"
navigation = "2.8.2"
molecule = "2.0.0"
media3 = "1.4.1"
coroutines = "1.9.0"
workmanager = "2.9.1"
coil = "3.0.0-alpha10"
coil = "3.0.0-rc01"
ktor = "2.3.12"
result = "2.0.0"
xmlutil = "0.90.1"
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"
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.2"
baselineprofile = "1.3.2"
profileinstaller = "1.4.1"

[libraries]
core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "core-ktx" }
Expand Down

0 comments on commit 568e93b

Please sign in to comment.