Skip to content

Commit

Permalink
Update all dependencies (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 14, 2024
1 parent 8f97661 commit 75cadb4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompareScreenshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
gradle-version: wrapper


- uses: dawidd6/action-download-artifact@v2
- uses: dawidd6/action-download-artifact@v3
continue-on-error: true
with:
name: screenshot
Expand Down
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ compileSdk = "34"
agp = "8.4.0"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.19"
ktlint = "12.1.0"
ktlint = "12.1.1"
kotlinx-serialization = "1.6.3"
hilt = "2.51.1"
hilt-androidx = "1.2.0"
core-ktx = "1.13.0"
core-ktx = "1.13.1"
splashscreen = "1.0.1"
junit = "4.13.2"
robolectric = "4.12.1"
roborazzi = "1.12.0"
roborazzi = "1.15.0"
okio = "3.9.0"
mockk = "1.13.10"
assertk = "0.28.1"
Expand All @@ -25,7 +25,7 @@ androidx-annotations = "1.7.1"
espresso-core = "3.5.1"
lifecycle-runtime = "2.7.0"
activity-compose = "1.9.0"
compose-bom = "2024.04.01"
compose-bom = "2024.05.00"
compose-htmlconverter = "0.9.5"
kmpalette = "3.1.0"
lyricist = "1.7.0"
Expand All @@ -38,18 +38,18 @@ media3 = "1.3.1"
coroutines = "1.8.0"
workmanager = "2.9.0"
coil = "2.6.0"
ktor = "2.3.10"
ktor = "2.3.11"
result = "2.0.0"
xmlutil = "0.86.3"
kermit = "2.0.3"
sqldelight = "2.0.2"
sqlite-jdbc = "3.18.0" # sqlite version used in Android API level 26 (our minSdk)
google-services = "4.4.1"
firebase-bom = "32.8.1"
crashlytics = "2.9.9"
leakcanary = "3.0-alpha-1"
datastore = "1.1.0"
aboutlibraries = "11.1.3"
firebase-bom = "33.0.0"
crashlytics = "3.0.1"
leakcanary = "3.0-alpha-4"
datastore = "1.1.1"
aboutlibraries = "11.1.4"
appversioning = "1.3.2"
gpp = "3.9.1"

Expand Down

0 comments on commit 75cadb4

Please sign in to comment.