upgrade gradle

This commit is contained in:
edr
2023-09-30 13:58:23 +02:00
parent aacadfd689
commit 0fc379c25b
7 changed files with 14 additions and 48 deletions

View File

@@ -9,8 +9,7 @@ install:
- echo y | android update sdk -u -a -t extra-google-m2repository
- echo y | android update sdk -u -a -t extra-android-m2repository
script: ./gradlew assembleRelease testReleaseUnitTest lintRelease findbugs
script: ./gradlew assembleRelease testReleaseUnitTest lintRelease
after_failure:
- cat app/build/reports/findbugs/findbugs.html
- cat app/build/reports/tests/debug/index.html