mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
8 lines
458 B
Batchfile
8 lines
458 B
Batchfile
call git submodule init
|
|
call git submodule update
|
|
call android.bat update project -p actionbarsherlock\library -n ActionBarSherlock
|
|
call android.bat update lib-project -p owncloud-android-library
|
|
call android.bat update project -p .
|
|
call android.bat update project -p oc_jb_workaround
|
|
copy /Y third_party\android-support-library\android-support-v4.jar actionbarsherlock\library\libs\android-support-v4.jar
|
|
call android.bat update test-project -p tests -m ..
|