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 17, 2024
1 parent 0c56ae3 commit 6cbd9f7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 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.1"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.25"
ktlint = "12.1.1"
Expand All @@ -13,46 +13,46 @@ 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"
compose-htmlconverter = "0.9.5"
activity-compose = "1.9.3"
compose-bom = "2024.10.00"
compose-htmlconverter = "1.0.1"
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"
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" }
Expand Down

0 comments on commit 6cbd9f7

Please sign in to comment.