mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 21:55:48 +03:00
7 lines
134 B
Bash
Executable file
7 lines
134 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git submodule init
|
|
git submodule update
|
|
android update project -p actionbarsherlock/library
|
|
android update project -p .
|
|
|