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

@@ -16,14 +16,11 @@ can be run by gradle using:
# ./gradlew testReleaseUnitTest
The second and third check for common problems using static analysis.
These are the Android lint checker, run using:
The second check for common problems uses static analysis.
This is the Android lint checker, run using:
# ./gradlew lintRelease
and FindBugs, run using:
# ./gradlew findbugs
The final check is by testing the application on a live device and verifying
the basic functionality works as expected.