Skip to content

Commit

Permalink
Merge pull request #231 from HelloVolla/dev
Browse files Browse the repository at this point in the history
Fix for calendar call
  • Loading branch information
wurzer authored May 26, 2024
2 parents 73f7e32 + c58e5b7 commit ce35423
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.4.6" android:versionCode="303" android:installLocation="auto">
<manifest package="com.volla.launcher" xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.7" android:versionCode="304" 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
2 changes: 1 addition & 1 deletion main.qml
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ ApplicationWindow {
property int maxTitleLength: 120

property string galleryApp: "org.fossify.gallery"
property string calendarApp: "org.fossify.calendar"
property string calendarApp: "com.simplemobiletools.calendar.pro"
property string cameraApp: "com.mediatek.camera"
property string phoneApp: "com.android.dialer"
property string notesApp: "org.fossify.notes"
Expand Down

0 comments on commit ce35423

Please # to comment.