BobStore/ant-prepare.sh
2014-02-15 11:18:58 +01:00

11 lines
355 B
Bash
Executable File

#!/bin/bash -ex
android update lib-project --path extern/UniversalImageLoader/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 ..