File tree Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Expand file tree Collapse file tree 4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff line change @@ -5,15 +5,15 @@ compileSdk = "35"
55agp = " 8.6.1"
66kotlin = " 2.0.21"
77ksp = " 2.0.21-1.0.27"
8- ktlint = " 12.1.1 "
8+ ktlint = " 12.1.2 "
99kotlinx-serialization = " 1.7.3"
10- hilt = " 2.52 "
10+ hilt = " 2.53 "
1111hilt-androidx = " 1.2.0"
1212core-ktx = " 1.15.0"
1313splashscreen = " 1.0.1"
1414junit = " 4.13.2"
15- robolectric = " 4.13 "
16- roborazzi = " 1.32.1 "
15+ robolectric = " 4.14.1 "
16+ roborazzi = " 1.36.0 "
1717okio = " 3.9.1"
1818mockk = " 1.13.13"
1919assertk = " 0.28.1"
@@ -25,30 +25,30 @@ androidx-annotations = "1.9.1"
2525espresso-core = " 3.6.1"
2626lifecycle-runtime = " 2.8.7"
2727activity-compose = " 1.9.3"
28- compose-bom = " 2024.10.01 "
28+ compose-bom = " 2024.11.00 "
2929compose-htmlconverter = " 1.0.2"
3030kmpalette = " 3.1.0"
3131lyricist = " 1.7.0"
32- navigation = " 2.8.3 "
32+ navigation = " 2.8.4 "
3333molecule = " 2.0.0"
34- media3 = " 1.4.1 "
34+ media3 = " 1.5.0 "
3535coroutines = " 1.9.0"
3636workmanager = " 2.10.0"
37- coil = " 3.0.1 "
38- ktor = " 3.0.1 "
37+ coil = " 3.0.4 "
38+ ktor = " 3.0.2 "
3939result = " 2.0.0"
4040xmlutil = " 0.90.3"
41- kermit = " 2.0.4 "
41+ kermit = " 2.0.5 "
4242sqldelight = " 2.0.2"
4343sqlite-jdbc = " 3.18.0" # sqlite version used in Android API level 26 (our minSdk)
4444google-services = " 4.4.2"
45- firebase-bom = " 33.5.1 "
45+ firebase-bom = " 33.7.0 "
4646crashlytics = " 3.0.2"
4747leakcanary = " 3.0-alpha-8"
4848datastore = " 1.1.1"
4949aboutlibraries = " 11.2.3"
5050appversioning = " 1.3.2"
51- gpp = " 3.11.0 "
51+ gpp = " 3.12.1 "
5252uiautomator = " 2.3.0"
5353benchmarkMacroJunit4 = " 1.3.3"
5454baselineprofile = " 1.3.3"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
55networkTimeout =10000
66validateDistributionUrl =true
77zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments