BobStore/ant-prepare.sh
2014-02-14 09:18:21 +01:00

11 lines
357 B
Bash
Executable File

#!/bin/bash -ex
android update lib-project --path extern/Universal-Image-Loader/library
android update lib-project --path extern/AndroidPinning
android update lib-project --path extern/MemorizingTrustManager
android update project --path . --name F-Droid
# technically optional, needed for the tests
cd test
android update test-project --path . --main ..