Using latest version of build tool

This commit is contained in:
butomo1989 2017-05-30 16:26:09 +02:00
parent 0360c181c0
commit d9b5f8d86c

View file

@ -2,7 +2,7 @@
# Bash version should >= 4 to be able to run this script.
IMAGE="butomo1989/docker-android"
LATEST_BUILD_TOOL=25.0.2
LATEST_BUILD_TOOL=25.0.3
if [ -z "$1" ]; then
read -p "Task (test|build|push|all) : " TASK