Skip to content

Commit a26584e

Browse files
Update all dependencies
1 parent 15a29c4 commit a26584e

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build_and_local_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ jobs:
3030
run: ./gradlew testDebug --stacktrace
3131

3232
- name: Upload build outputs (APKs)
33-
uses: actions/upload-artifact@v5
33+
uses: actions/upload-artifact@v6
3434
with:
3535
name: build-outputs
3636
path: ./app/build/outputs
3737

3838
- name: Upload build reports
3939
if: always()
40-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: build-reports
4343
path: ./app/build/reports

.github/workflows/instrumented_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Upload test reports
4343
if: always()
44-
uses: actions/upload-artifact@v5
44+
uses: actions/upload-artifact@v6
4545
with:
4646
name: test-reports-${{ matrix.api-level }}
4747
path: ./app/build/reports/androidTests

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
2-
androidGradlePlugin = "8.13.2"
3-
androidxActivity = "1.12.0"
4-
androidxComposeBom = "2025.11.01"
2+
androidGradlePlugin = "9.0.1"
3+
androidxActivity = "1.12.4"
4+
androidxComposeBom = "2026.02.00"
55
androidxCore = "1.17.0"
66
androidxHilt = "1.3.0"
77
androidxLifecycle = "2.10.0"
@@ -10,11 +10,11 @@ androidxTestCore = "1.7.0"
1010
androidxTestExt = "1.3.0"
1111
androidxTestRunner = "1.7.0"
1212
coroutines = "1.10.2"
13-
hilt = "2.58"
13+
hilt = "2.59.2"
1414
junit = "4.13.2"
1515
kotlin = "2.3.10"
1616
kotlinxSerializationCore = "1.10.0"
17-
ksp = "2.3.5"
17+
ksp = "2.3.6"
1818
lifecycleViewmodelNav3 = "2.10.0"
1919
nav3Core = "1.0.1"
2020

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)