android: Remove unset variable VERSION

Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
Anton Lundin 2017-11-15 20:14:09 +01:00 committed by Dirk Hohndel
parent e87a9e1454
commit cfa241036c

View file

@ -135,7 +135,7 @@ fi
BUILDNR=$((BUILDNR+1))
echo "${BUILDNR}" > ./buildnr.dat
echo "Building Subsurface-mobile ${VERSION} for Android, build nr ${BUILDNR} as Subsurface-mobile-${VERSION}-arm.apk"
echo "Building Subsurface-mobile for Android, build nr ${BUILDNR}"
if [ "$1" = release ] || [ "$1" = Release ] || [ "$1" = debug ] || [ "$1" = Debug ] ; then
RELEASE=$1