mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android build: automate setting the right version number
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d42b7f55c4
commit
a64eef7f82
3 changed files with 8 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue