summaryrefslogtreecommitdiffstats
path: root/run
diff options
context:
space:
mode:
Diffstat (limited to 'run')
-rwxr-xr-xrun5
1 files changed, 5 insertions, 0 deletions
diff --git a/run b/run
index 7969167..f1a17bc 100755
--- a/run
+++ b/run
@@ -20,6 +20,11 @@ case "$1" in
gradlew_do
echo "on failure: sudo adb kill-server; (sudo adb start-server;) sudo adb devices"
;;
+ "r")
+ shift;
+ ARGS="android:assembleRelease$@"
+ gradlew_do
+ ;;
"t")
shift;
ARGS="core:test $@"