summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaroline Chao <caroline.chao@digia.com>2014-11-21 09:42:57 +0100
committerCaroline Chao <caroline.chao@theqtcompany.com>2014-11-25 09:24:16 +0100
commitfaf72013fdaf766ef44fc29f4316114102bf4d14 (patch)
treef24feecf74ce422658d4bd17558a73fe905a3cc3
parent22ab57932254d327f71b4f0c6fa4dff1f7028665 (diff)
Android: Update version to 1.4
Change-Id: I28332dc2bf5b01f93b21a2dc474294930a6ef384 Reviewed-by: Jan Arve Sæther <jan-arve.saether@theqtcompany.com>
-rw-r--r--android/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml
index e4743c5..a492935 100644
--- a/android/AndroidManifest.xml
+++ b/android/AndroidManifest.xml
@@ -1,5 +1,5 @@
-<?xml version='1.0' encoding='utf-8'?>
-<manifest android:versionCode="6" android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android" package="org.qtproject.quickforecast" android:versionName="1.3">
+<?xml version="1.0"?>
+<manifest android:versionCode="7" android:installLocation="auto" xmlns:android="http://schemas.android.com/apk/res/android" package="org.qtproject.quickforecast" android:versionName="1.4">
<application android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name" android:icon="@drawable/icon">
<activity android:screenOrientation="unspecified" android:name="org.qtproject.qt5.android.bindings.QtActivity" android:label="@string/app_name" android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|locale|fontScale|keyboard|keyboardHidden|navigation">
<intent-filter>