2014-01-09 12:35:38 +01:00
|
|
|
#!/bin/bash -ex
|
|
|
|
|
2014-02-13 21:53:52 -05:00
|
|
|
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
|
2014-02-14 09:16:18 +01:00
|
|
|
android update test-project --path . --main ../ --name test
|