Skip to content

Commit cdb6de4

Browse files
Update all dependencies (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fa301a4 commit cdb6de4

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/build_and_local_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: set up JDK 17
1717
uses: actions/setup-java@v5
1818
with:
@@ -30,14 +30,14 @@ jobs:
3030
run: ./gradlew testDebug --stacktrace
3131

3232
- name: Upload build outputs (APKs)
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v5
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@v4
40+
uses: actions/upload-artifact@v5
4141
with:
4242
name: build-reports
4343
path: ./app/build/reports

.github/workflows/instrumented_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ls /dev/kvm
2424
2525
- name: Checkout
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Set up JDK 17
2929
uses: actions/setup-java@v5
@@ -41,7 +41,7 @@ jobs:
4141

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

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
[versions]
2-
androidGradlePlugin = "8.12.2"
2+
androidGradlePlugin = "8.13.1"
33
androidxCore = "1.17.0"
4-
androidxLifecycle = "2.9.3"
5-
androidxActivity = "1.10.1"
6-
androidxComposeBom = "2025.08.01"
7-
androidxHilt = "1.2.0"
8-
androidxNavigation = "2.9.3"
9-
androidxRoom = "2.7.2"
4+
androidxLifecycle = "2.10.0"
5+
androidxActivity = "1.12.0"
6+
androidxComposeBom = "2025.11.01"
7+
androidxHilt = "1.3.0"
8+
androidxNavigation = "2.9.6"
9+
androidxRoom = "2.8.4"
1010
androidxTest = "1.7.0"
1111
androidxTestExt = "1.3.0"
1212
androidxTestRunner = "1.7.0"
1313
coroutines = "1.10.2"
14-
hilt = "2.57.1"
14+
hilt = "2.57.2"
1515
junit = "4.13.2"
16-
kotlin = "2.2.10"
17-
ksp = "2.2.10-2.0.2"
16+
kotlin = "2.2.21"
17+
ksp = "2.3.2"
1818

1919
[libraries]
2020
androidx-core-ktx = { module = "androidx.core:core-ktx", version.ref = "androidxCore" }

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.0.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)