diff options
author | Anton Lundin <glance@acc.umu.se> | 2016-06-23 22:56:33 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-06-23 16:34:41 -0700 |
commit | 7386d0b5b4dbfbc10434a51febd048e564c34408 (patch) | |
tree | 45922aedc451fc006909833df9b3ac40fc6bd349 /android | |
parent | 4ef90638d4fca7fe6e1123e4bca42a75721e1e94 (diff) | |
download | subsurface-7386d0b5b4dbfbc10434a51febd048e564c34408.tar.gz |
android: Set version and build for desktop app
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'android')
-rw-r--r-- | android/AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index 11c87f943..83f93ac4d 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -2,8 +2,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="org.subsurfacedivelog" android:installLocation="auto" - android:versionCode="1" - android:versionName="1.0" > + android:versionCode=@BUILD_NR@ + android:versionName=@SUBSURFACE_VERSION@ > <application android:name="org.qtproject.qt5.android.bindings.QtApplication" |