diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-05 21:23:27 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-05 21:23:27 -0800 |
commit | e9e453b009dd3af1bb22974f50c3c95b11deb9cb (patch) | |
tree | 865fa8dddf447eb60311b0bfbb9c81c96482929d /android-mobile/AndroidManifest.xml | |
parent | a64eef7f82a69652a56f2a4c752c1e9cb533694e (diff) | |
download | subsurface-e9e453b009dd3af1bb22974f50c3c95b11deb9cb.tar.gz |
Android build: pass in build nr
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'android-mobile/AndroidManifest.xml')
-rw-r--r-- | android-mobile/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml index e597a6ccd..8fa0c5e83 100644 --- a/android-mobile/AndroidManifest.xml +++ b/android-mobile/AndroidManifest.xml @@ -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 |