Skip to content

Commit a9cbc8a

Browse files
chore(deps): update all dependencies (#98)
* chore(deps): update all dependencies * Rollback AGP version to 8.6.1 --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: MR3Y <abdonasr379@gmail.com>
1 parent cae8468 commit a9cbc8a

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.github/workflows/CompareScreenshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
gradle-version: wrapper
4747

4848

49-
- uses: dawidd6/action-download-artifact@v6
49+
- uses: dawidd6/action-download-artifact@v7
5050
continue-on-error: true
5151
with:
5252
name: screenshot

.github/workflows/CompareScreenshotComment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32-
- uses: dawidd6/action-download-artifact@v6
32+
- uses: dawidd6/action-download-artifact@v7
3333
with:
3434
name: pr
3535
run_id: ${{ github.event.workflow_run.id }}
@@ -51,7 +51,7 @@ jobs:
5151
git branch -D "$BRANCH_NAME" || true
5252
git checkout --orphan "$BRANCH_NAME"
5353
git rm -rf .
54-
- uses: dawidd6/action-download-artifact@v6
54+
- uses: dawidd6/action-download-artifact@v7
5555
with:
5656
run_id: ${{ github.event.workflow_run.id }}
5757
name: screenshot-diff

gradle/libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ compileSdk = "35"
55
agp = "8.6.1"
66
kotlin = "2.0.21"
77
ksp = "2.0.21-1.0.27"
8-
ktlint = "12.1.1"
8+
ktlint = "12.1.2"
99
kotlinx-serialization = "1.7.3"
10-
hilt = "2.52"
10+
hilt = "2.53"
1111
hilt-androidx = "1.2.0"
1212
core-ktx = "1.15.0"
1313
splashscreen = "1.0.1"
1414
junit = "4.13.2"
15-
robolectric = "4.13"
16-
roborazzi = "1.32.1"
15+
robolectric = "4.14.1"
16+
roborazzi = "1.36.0"
1717
okio = "3.9.1"
1818
mockk = "1.13.13"
1919
assertk = "0.28.1"
@@ -25,30 +25,30 @@ androidx-annotations = "1.9.1"
2525
espresso-core = "3.6.1"
2626
lifecycle-runtime = "2.8.7"
2727
activity-compose = "1.9.3"
28-
compose-bom = "2024.10.01"
28+
compose-bom = "2024.11.00"
2929
compose-htmlconverter = "1.0.2"
3030
kmpalette = "3.1.0"
3131
lyricist = "1.7.0"
32-
navigation = "2.8.3"
32+
navigation = "2.8.4"
3333
molecule = "2.0.0"
34-
media3 = "1.4.1"
34+
media3 = "1.5.0"
3535
coroutines = "1.9.0"
3636
workmanager = "2.10.0"
37-
coil = "3.0.1"
38-
ktor = "3.0.1"
37+
coil = "3.0.4"
38+
ktor = "3.0.2"
3939
result = "2.0.0"
4040
xmlutil = "0.90.3"
41-
kermit = "2.0.4"
41+
kermit = "2.0.5"
4242
sqldelight = "2.0.2"
4343
sqlite-jdbc = "3.18.0" # sqlite version used in Android API level 26 (our minSdk)
4444
google-services = "4.4.2"
45-
firebase-bom = "33.5.1"
45+
firebase-bom = "33.7.0"
4646
crashlytics = "3.0.2"
4747
leakcanary = "3.0-alpha-8"
4848
datastore = "1.1.1"
4949
aboutlibraries = "11.2.3"
5050
appversioning = "1.3.2"
51-
gpp = "3.11.0"
51+
gpp = "3.12.1"
5252
uiautomator = "2.3.0"
5353
benchmarkMacroJunit4 = "1.3.3"
5454
baselineprofile = "1.3.3"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
3+
distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
55
networkTimeout=10000
66
validateDistributionUrl=true
77
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)