Update version to 4.0.2

This commit is contained in:
Martchus 2019-04-21 22:28:03 +02:00
parent 8e1ee51e82
commit f113197b62
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ set(META_GUI_OPTIONAL YES)
set(META_USE_QQC2 ON)
set(META_VERSION_MAJOR 4)
set(META_VERSION_MINOR 0)
set(META_VERSION_PATCH 1)
set(META_VERSION_PATCH 2)
set(META_APP_VERSION ${META_VERSION_MAJOR}.${META_VERSION_MINOR}.${META_VERSION_PATCH})
set(PNG_ICON_NO_CROP ON)

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.1" android:versionCode="4" android:installLocation="auto">
<manifest package="org.martchus.passwordmanager" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="4.0.2" 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"