• Home
Name Date Size #Lines LOC

..--

app/04-Jul-2025-6048

gradle/wrapper/04-Jul-2025-76

.gitignoreD04-Jul-2025105 109

READMED04-Jul-2025437 128

build.gradleD04-Jul-2025540 2621

gradle.propertiesD04-Jul-2025855 1814

gradlewD04-Jul-20254.9 KiB161120

gradlew.batD04-Jul-20252.3 KiB9166

settings.gradleD04-Jul-202515 21

test.shD04-Jul-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