2013-07-22 17:57:10 +00:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
# make sure your Android SDK tools path is set in SDK_BASE
|
2014-04-07 16:17:23 +00:00
|
|
|
android update project -t android-19 --path . --name Orbot --subprojects
|
|
|
|
android update lib-project -t android-19 --path external/appcompat
|
|
|
|
android update lib-project -t android-19 --path external/superuser-commands/RootCommands-Library/
|