1
0
Fork 0
mirror of https://github.com/subsurface/subsurface.git synced 2025-02-19 22:16:15 +00:00

Set default build number for apk building

Having build number as mandatory parameter seems unnecessary, thus
setting default value (used for andoird:versionCode) to 0.

Signed-off-by: Miika Turkia <miika.turkia@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Miika Turkia 2016-04-12 17:56:26 +03:00 committed by Dirk Hohndel
parent 454a62c835
commit 95292ac560

View file

@ -22,6 +22,8 @@ if [ "$1" = "-buildnr" ] ; then
shift
BUILD_NR="\"$1\""
shift
else
BUILD_NR="\"0\""
fi
# Configure where we can find things here