mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
bed5ad31e6
commit
56b518d956
2 changed files with 76 additions and 62 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue