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 Feb 6, 2025
1 parent a9ce137 commit 9267159
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 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@v7
- uses: dawidd6/action-download-artifact@v8
continue-on-error: true
with:
name: screenshot
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CompareScreenshotComment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: dawidd6/action-download-artifact@v7
- uses: dawidd6/action-download-artifact@v8
with:
name: pr
run_id: ${{ github.event.workflow_run.id }}
Expand All @@ -51,7 +51,7 @@ jobs:
git branch -D "$BRANCH_NAME" || true
git checkout --orphan "$BRANCH_NAME"
git rm -rf .
- uses: dawidd6/action-download-artifact@v7
- uses: dawidd6/action-download-artifact@v8
with:
run_id: ${{ github.event.workflow_run.id }}
name: screenshot-diff
Expand Down
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ kotlin = "2.1.0"
ksp = "2.1.0-1.0.29"
ktlint = "12.1.2"
kotlinx-serialization = "1.7.3"
hilt = "2.54"
hilt = "2.55"
hilt-androidx = "1.2.0"
core-ktx = "1.15.0"
splashscreen = "1.0.1"
junit = "4.13.2"
robolectric = "4.14.1"
roborazzi = "1.38.0"
okio = "3.9.1"
mockk = "1.13.14"
roborazzi = "1.40.1"
okio = "3.10.2"
mockk = "1.13.16"
assertk = "0.28.1"
turbine = "1.2.0"
androidx-test-ext-junit = "1.2.1"
Expand All @@ -24,17 +24,17 @@ androidx-test-core = "1.6.1"
androidx-annotations = "1.9.1"
espresso-core = "3.6.1"
lifecycle-runtime = "2.8.7"
activity-compose = "1.9.3"
compose-bom = "2024.12.01"
activity-compose = "1.10.0"
compose-bom = "2025.01.01"
compose-htmlconverter = "1.0.2"
kmpalette = "3.1.0"
lyricist = "1.7.0"
navigation = "2.8.5"
navigation = "2.8.6"
molecule = "2.0.0"
media3 = "1.5.1"
coroutines = "1.9.0"
workmanager = "2.10.0"
coil = "3.0.4"
coil = "3.1.0"
ktor = "3.0.3"
result = "2.0.1"
xmlutil = "0.90.3"
Expand All @@ -45,11 +45,11 @@ 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.7.0"
crashlytics = "3.0.2"
firebase-bom = "33.9.0"
crashlytics = "3.0.3"
leakcanary = "3.0-alpha-8"
datastore = "1.1.1"
aboutlibraries = "11.2.3"
datastore = "1.1.2"
aboutlibraries = "11.5.0"
appversioning = "1.3.2"
gpp = "3.12.1"
uiautomator = "2.3.0"
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=7a00d51fb93147819aab76024feece20b6b84e420694101f276be952e08bef03
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip
distributionSha256Sum=8d97a97984f6cbd2b85fe4c60a743440a347544bf18818048e611f5288d46c94
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 9267159

Please sign in to comment.