Revert "Update android.gradle to v9 (major) (#3105)"

This reverts commit 34afdabcfe.
This commit is contained in:
AntsyLich
2026-03-25 23:57:35 +06:00
parent 7c5034275f
commit eb5b762515
15 changed files with 69 additions and 96 deletions
+2 -2
View File
@@ -49,14 +49,14 @@ jobs:
- name: Run unit tests
id: unit_tests
run: ./gradlew testDebugUnitTest
run: ./gradlew testReleaseUnitTest
- name: Upload test report
if: steps.unit_tests.outcome == 'failure'
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
with:
name: test-report-${{ github.sha }}
path: app/build/reports/tests/testDebugUnitTest
path: app/build/reports/tests/testReleaseUnitTest
- name: Upload APK
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0