BobStore/ant-prepare.sh

11 lines
357 B
Bash
Raw Normal View History

#!/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 ..