Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 26, 2024
1 parent 2d246f6 commit 193d697
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,57 @@
minSdk = "26"
targetSdk = "34"
compileSdk = "34"
agp = "8.5.1"
agp = "8.5.2"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.24"
ktlint = "12.1.1"
kotlinx-serialization = "1.7.1"
hilt = "2.51.1"
hilt = "2.52"
hilt-androidx = "1.2.0"
core-ktx = "1.13.1"
splashscreen = "1.0.1"
junit = "4.13.2"
robolectric = "4.13"
roborazzi = "1.25.0"
roborazzi = "1.26.0"
okio = "3.9.0"
mockk = "1.13.12"
assertk = "0.28.1"
turbine = "1.1.0"
androidx-test-ext-junit = "1.2.1"
androidx-test-runner = "1.6.1"
androidx-test-runner = "1.6.2"
androidx-test-core = "1.6.1"
androidx-annotations = "1.8.1"
androidx-annotations = "1.8.2"
espresso-core = "3.6.1"
lifecycle-runtime = "2.8.4"
activity-compose = "1.9.1"
compose-bom = "2024.06.00"
compose-bom = "2024.08.00"
compose-bom-alpha = "2024.07.00-alpha02"
compose-htmlconverter = "0.9.5"
kmpalette = "3.1.0"
lyricist = "1.7.0"
navigation = "2.8.0-beta06"
navigation = "2.8.0-rc01"
molecule = "2.0.0"
media3 = "1.4.0"
coroutines = "1.8.1"
workmanager = "2.9.0"
coil = "3.0.0-alpha09"
workmanager = "2.9.1"
coil = "3.0.0-alpha10"
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.1.2"
firebase-bom = "33.2.0"
crashlytics = "3.0.2"
leakcanary = "3.0-alpha-8"
datastore = "1.1.1"
aboutlibraries = "11.2.2"
aboutlibraries = "11.2.3"
appversioning = "1.3.2"
gpp = "3.10.1"
gpp = "3.11.0"
uiautomator = "2.3.0"
benchmarkMacroJunit4 = "1.2.4"
baselineprofile = "1.2.4"
benchmarkMacroJunit4 = "1.3.0"
baselineprofile = "1.3.0"
profileinstaller = "1.3.1"

[libraries]
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionSha256Sum=5b9c5eb3f9fc2c94abaea57d90bd78747ca117ddbbf96c859d3741181a12bf2a
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 193d697

Please sign in to comment.