File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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@v7
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@v7
4141 with :
4242 name : build-reports
4343 path : ./app/build/reports
Original file line number Diff line number Diff line change 4141
4242 - name : Upload test reports
4343 if : always()
44- uses : actions/upload-artifact@v5
44+ uses : actions/upload-artifact@v7
4545 with :
4646 name : test-reports-${{ matrix.api-level }}
4747 path : ./app/build/reports/androidTests
Original file line number Diff line number Diff line change 11[versions ]
2- androidGradlePlugin = " 9.0.1 "
3- androidxActivity = " 1.12.4 "
4- androidxComposeBom = " 2026.02.00 "
5- androidxCore = " 1.17 .0"
2+ androidGradlePlugin = " 9.1.0 "
3+ androidxActivity = " 1.13.0 "
4+ androidxComposeBom = " 2026.03.01 "
5+ androidxCore = " 1.18 .0"
66androidxHilt = " 1.3.0"
77androidxLifecycle = " 2.10.0"
88androidxRoom = " 2.8.4"
@@ -12,7 +12,7 @@ androidxTestRunner = "1.7.0"
1212coroutines = " 1.10.2"
1313hilt = " 2.59.2"
1414junit = " 4.13.2"
15- kotlin = " 2.3.10 "
15+ kotlin = " 2.3.20 "
1616kotlinxSerializationCore = " 1.10.0"
1717ksp = " 2.3.6"
1818lifecycleViewmodelNav3 = " 2.10.0"
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.2 .1-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.4 .1-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments