Name Date Size #Lines LOC

..--

app/H25-Apr-2025-6048

gradle/wrapper/H25-Apr-2025-76

.gitignoreH A D25-Apr-2025105 109

READMEH A D25-Apr-2025437 128

build.gradleH A D25-Apr-2025540 2621

gradle.propertiesH A D25-Apr-2025855 1814

gradlewH A D25-Apr-20254.9 KiB161120

gradlew.batH A D25-Apr-20252.3 KiB9166

settings.gradleH A D25-Apr-202515 21

test.shH A D25-Apr-2025139 84

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