Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@v6
- uses: dawidd6/action-download-artifact@v7
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@v6
- uses: dawidd6/action-download-artifact@v7
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@v6
- uses: dawidd6/action-download-artifact@v7
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 @@ -5,15 +5,15 @@ compileSdk = "35"
agp = "8.6.1"
kotlin = "2.0.21"
ksp = "2.0.21-1.0.27"
ktlint = "12.1.1"
ktlint = "12.1.2"
kotlinx-serialization = "1.7.3"
hilt = "2.52"
hilt = "2.53"
hilt-androidx = "1.2.0"
core-ktx = "1.15.0"
splashscreen = "1.0.1"
junit = "4.13.2"
robolectric = "4.13"
roborazzi = "1.32.1"
robolectric = "4.14.1"
roborazzi = "1.36.0"
okio = "3.9.1"
mockk = "1.13.13"
assertk = "0.28.1"
Expand All @@ -25,30 +25,30 @@ androidx-annotations = "1.9.1"
espresso-core = "3.6.1"
lifecycle-runtime = "2.8.7"
activity-compose = "1.9.3"
compose-bom = "2024.10.01"
compose-bom = "2024.11.00"
compose-htmlconverter = "1.0.2"
kmpalette = "3.1.0"
lyricist = "1.7.0"
navigation = "2.8.3"
navigation = "2.8.4"
molecule = "2.0.0"
media3 = "1.4.1"
media3 = "1.5.0"
coroutines = "1.9.0"
workmanager = "2.10.0"
coil = "3.0.1"
ktor = "3.0.1"
coil = "3.0.4"
ktor = "3.0.2"
result = "2.0.0"
xmlutil = "0.90.3"
kermit = "2.0.4"
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.5.1"
firebase-bom = "33.7.0"
crashlytics = "3.0.2"
leakcanary = "3.0-alpha-8"
datastore = "1.1.1"
aboutlibraries = "11.2.3"
appversioning = "1.3.2"
gpp = "3.11.0"
gpp = "3.12.1"
uiautomator = "2.3.0"
benchmarkMacroJunit4 = "1.3.3"
baselineprofile = "1.3.3"
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=31c55713e40233a8303827ceb42ca48a47267a0ad4bab9177123121e71524c26
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionSha256Sum=f397b287023acdba1e9f6fc5ea72d22dd63669d59ed4a289a29b1a76eee151c6
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down