Skip to content

Commit

Permalink
Merge pull request #182 from HelloVolla/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
wurzer committed Oct 25, 2023
2 parents 8fa2887 + dae7bb7 commit be7953f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AppGrid.qml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ LauncherPage {
"com.proximus.proximusplus": "/icons/my-proximus@4x.png",
"mobi.inthepocket.bcmc.bancontact": "/icons/payconiq@4x.png",
"com.symantec.mobilesecurity": "/icons/norton-360@4x.png",
"be.nexuzhealth.mobile.mynexus": "/icons/my-nexuzhealth@4x.png",
"be.nexuzhealth.mobile.mynexuz": "/icons/my-nexuzhealth@4x.png",
"com.bookmark.money": "/icons/money-lover@4x.png",
"be.bpost.mybpost": "/icons/bpost@4x.png",
"be.ixor.doccle.android": "/icons/doccle@4x.png",
Expand Down
2 changes: 1 addition & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<manifest package="com.volla.launcher" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.2.16" android:versionCode="286" android:installLocation="auto">
<manifest package="com.volla.launcher" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.2.17" android:versionCode="287" android:installLocation="auto">
<uses-sdk android:minSdkVersion="28" android:targetSdkVersion="29"/>

<!-- The following comment will be replaced upon deployment with default permissions based on the dependencies of the application.
Expand Down
1 change: 0 additions & 1 deletion main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import QtQuick 2.12
import QtQuick.Controls 2.5
import QtQuick.Controls.Universal 2.12
import QtQuick.Controls.Styles 1.4
import QtQuick.LocalStorage 2.12
import QtGraphicalEffects 1.12
import AndroidNative 1.0 as AN
import Qt.labs.settings 1.0
Expand Down

0 comments on commit be7953f

Please sign in to comment.