mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 15:15:51 +03:00
8 lines
134 B
Bash
8 lines
134 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
git submodule init
|
||
|
git submodule update
|
||
|
android update project -p actionbarsherlock/library
|
||
|
android update project -p .
|
||
|
|