mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
8 lines
344 B
Batchfile
8 lines
344 B
Batchfile
git submodule init
|
|
git submodule update
|
|
call android.bat update project -p actionbarsherlock\library --target 1
|
|
call android.bat update project -p . --target 1
|
|
copy /Y third_party\android-support-library\android-support-v4.jar actionbarsherlock\library\libs\android-support-v4.jar
|
|
cd tests
|
|
call android.bat update test-project -m .. -p .
|
|
cd ..
|