Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
app/ | H | 25-Apr-2025 | - | 60 | 48 | |
gradle/wrapper/ | H | 25-Apr-2025 | - | 7 | 6 | |
.gitignore | H A D | 25-Apr-2025 | 105 | 10 | 9 | |
README | H A D | 25-Apr-2025 | 437 | 12 | 8 | |
build.gradle | H A D | 25-Apr-2025 | 540 | 26 | 21 | |
gradle.properties | H A D | 25-Apr-2025 | 855 | 18 | 14 | |
gradlew | H A D | 25-Apr-2025 | 4.9 KiB | 161 | 120 | |
gradlew.bat | H A D | 25-Apr-2025 | 2.3 KiB | 91 | 66 | |
settings.gradle | H A D | 25-Apr-2025 | 15 | 2 | 1 | |
test.sh | H A D | 25-Apr-2025 | 139 | 8 | 4 |
README
1This directory contains is a dummy library app project and is used to ensure the 2code is compatible with Android (eg: that we don't use an API not available on 3Android). 4 5To use it, on a laptop where the Android environment is setup, just `cd` into this 6directory, and run 7 8 ./test.sh 9 10Tests are run locally so it may not be completely error proof, but it already makes 11catches potential issues (eg: using javax.xml.bind in the code) 12