Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent cae8468 commit 0d5ccbf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
22 changes: 11 additions & 11 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
minSdk = "26"
targetSdk = "34"
compileSdk = "35"
agp = "8.6.1"
agp = "8.7.2"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.27"
ktlint = "12.1.1"
ktlint = "12.1.2"
kotlinx-serialization = "1.7.3"
hilt = "2.52"
hilt-androidx = "1.2.0"
core-ktx = "1.15.0"
splashscreen = "1.0.1"
junit = "4.13.2"
robolectric = "4.13"
roborazzi = "1.32.1"
robolectric = "4.14.1"
roborazzi = "1.34.0"
okio = "3.9.1"
mockk = "1.13.13"
assertk = "0.28.1"
Expand All @@ -25,30 +25,30 @@ androidx-annotations = "1.9.1"
espresso-core = "3.6.1"
lifecycle-runtime = "2.8.7"
activity-compose = "1.9.3"
compose-bom = "2024.10.01"
compose-bom = "2024.11.00"
compose-htmlconverter = "1.0.2"
kmpalette = "3.1.0"
lyricist = "1.7.0"
navigation = "2.8.3"
navigation = "2.8.4"
molecule = "2.0.0"
media3 = "1.4.1"
media3 = "1.5.0"
coroutines = "1.9.0"
workmanager = "2.10.0"
coil = "3.0.1"
coil = "3.0.4"
ktor = "3.0.1"
result = "2.0.0"
xmlutil = "0.90.3"
kermit = "2.0.4"
kermit = "2.0.5"
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.5.1"
firebase-bom = "33.6.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"
gpp = "3.12.1"
uiautomator = "2.3.0"
benchmarkMacroJunit4 = "1.3.3"
baselineprofile = "1.3.3"
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 0d5ccbf

Please sign in to comment.