Source code from old project. Still not using shared code.

This commit is contained in:
aminecmi
2022-03-22 17:12:14 +01:00
parent 805e408c78
commit bd4d20e858
196 changed files with 14249 additions and 44 deletions

6
check-for-issues.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/bash
./gradlew clean --info
./gradlew assembleAndroidTest --info
./gradlew assembleDebug --info
./gradlew assemble --info