diff options
Diffstat (limited to 'android/AndroidManifest.xml')
-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" |