android: Rework build.sh

This reworks build.sh for proper argument parsing and variable quoting.

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2017-02-06 15:55:41 +01:00 committed by Dirk Hohndel
parent bed5ad31e6
commit 56b518d956
2 changed files with 76 additions and 62 deletions

View file

@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.subsurfacedivelog.mobile"
android:installLocation="auto"
android:versionCode=@BUILD_NR@
android:versionName=@SUBSURFACE_MOBILE_VERSION@ >
android:versionCode="@BUILD_NR@"
android:versionName="@SUBSURFACE_MOBILE_VERSION@" >
<application
android:name="org.qtproject.qt5.android.bindings.QtApplication"