2012-06-25 21:46:14 +04:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
git submodule init
|
|
|
|
git submodule update
|
2013-10-28 15:49:28 +04:00
|
|
|
android update project -p actionbarsherlock/library -n ActionBarSherlock
|
2014-01-22 13:16:53 +04:00
|
|
|
android update lib-project -p owncloud-android-library
|
2012-06-25 21:46:14 +04:00
|
|
|
android update project -p .
|
2013-11-04 14:40:07 +04:00
|
|
|
android update project -p oc_jb_workaround
|
2012-10-06 13:57:31 +04:00
|
|
|
cp third_party/android-support-library/android-support-v4.jar actionbarsherlock/library/libs/android-support-v4.jar
|
2013-10-25 16:50:28 +04:00
|
|
|
android update test-project -p tests -m ..
|