Android build: automate setting the right version number

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2016-03-05 17:14:33 -08:00
parent d42b7f55c4
commit a64eef7f82
3 changed files with 8 additions and 3 deletions

View file

@ -3,7 +3,7 @@
package="org.subsurfacedivelog.mobile"
android:installLocation="auto"
android:versionCode="1"
android:versionName="1.0" >
android:versionName=@SUBSURFACE_MOBILE_VERSION@ >
<application
android:name="org.qtproject.qt5.android.bindings.QtApplication"