[tx-robot] updated from transifex
[pub/Android/ownCloud.git] / setup_env.sh
1 #!/bin/bash
2
3 git submodule init
4 git submodule update
5 android update project -p actionbarsherlock/library
6 android update project -p .
7 cp third_party/android-support-library/android-support-v4.jar actionbarsherlock/library/libs/android-support-v4.jar
8 cd tests
9 android update test-project -m .. -p .