Fix verison in AndroidManifest.xml

This commit is contained in:
Martchus 2019-03-01 15:39:50 +01:00
parent 37f9a65c97
commit e5121aa8fc
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="org.martchus.passwordmanager" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="4.0.0" android:versionCode="4" android:installLocation="auto">
<manifest package="org.martchus.passwordmanager" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="4.0.1" android:versionCode="4" android:installLocation="auto">
<application android:icon="@mipmap/ic_launcher" android:name="org.qtproject.qt5.android.bindings.QtApplication" android:label="@string/app_name">
<activity
android:configChanges="orientation|uiMode|screenLayout|screenSize|smallestScreenSize|layoutDirection|locale|fontScale|keyboard|keyboardHidden|navigation"