summaryrefslogtreecommitdiffstats
path: root/android-mobile/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android-mobile/AndroidManifest.xml')
-rw-r--r--android-mobile/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml
index 244d917f6..ba3f1e2e9 100644
--- a/android-mobile/AndroidManifest.xml
+++ b/android-mobile/AndroidManifest.xml
@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.subsurfacedivelog.mobile"
android:installLocation="auto"
- android:versionCode=@BUILD_NR@
- android:versionName=@SUBSURFACE_MOBILE_VERSION@ >
+ android:versionCode="@BUILD_NR@"
+ android:versionName="@SUBSURFACE_MOBILE_VERSION@" >
<application
android:name="org.qtproject.qt5.android.bindings.QtApplication"