mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Android build: pass in build nr
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a64eef7f82
commit
e9e453b009
2 changed files with 8 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="org.subsurfacedivelog.mobile"
|
||||
android:installLocation="auto"
|
||||
android:versionCode="1"
|
||||
android:versionCode=@BUILD_NR@
|
||||
android:versionName=@SUBSURFACE_MOBILE_VERSION@ >
|
||||
|
||||
<application
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue