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 Sep 17, 2024
1 parent 2765cb7 commit ad0dea1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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.0"
agp = "8.6.1"
kotlin = "2.0.20"
ksp = "2.0.20-1.0.24"
ktlint = "12.1.1"
Expand All @@ -14,7 +14,7 @@ splashscreen = "1.0.1"
junit = "4.13.2"
robolectric = "4.13"
roborazzi = "1.26.0"
okio = "3.9.0"
okio = "3.9.1"
mockk = "1.13.12"
assertk = "0.28.1"
turbine = "1.1.0"
Expand All @@ -23,14 +23,14 @@ androidx-test-runner = "1.6.2"
androidx-test-core = "1.6.1"
androidx-annotations = "1.8.2"
espresso-core = "3.6.1"
lifecycle-runtime = "2.8.4"
activity-compose = "1.9.1"
compose-bom = "2024.08.00"
lifecycle-runtime = "2.8.5"
activity-compose = "1.9.2"
compose-bom = "2024.09.01"
compose-bom-alpha = "2024.07.00-alpha02"
compose-htmlconverter = "0.9.5"
kmpalette = "3.1.0"
lyricist = "1.7.0"
navigation = "2.8.0-rc01"
navigation = "2.8.0"
molecule = "2.0.0"
media3 = "1.4.1"
coroutines = "1.8.1"
Expand All @@ -43,7 +43,7 @@ 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.2.0"
firebase-bom = "33.3.0"
crashlytics = "3.0.2"
leakcanary = "3.0-alpha-8"
datastore = "1.1.1"
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=5b9c5eb3f9fc2c94abaea57d90bd78747ca117ddbbf96c859d3741181a12bf2a
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
distributionSha256Sum=1541fa36599e12857140465f3c91a97409b4512501c26f9631fb113e392c5bd1
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit ad0dea1

Please sign in to comment.