Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
butzist committed Sep 11, 2023
1 parent a7f40eb commit 1c975be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ActivityLauncherApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:versionCode="37"
android:versionName="1.14.7">
android:versionCode="38"
android:versionName="1.14.8">

<uses-permission android:name="com.android.launcher.permission.INSTALL_SHORTCUT" />
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
Expand Down
4 changes: 1 addition & 3 deletions whatsnew/whatsnew-en-GB
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
Fix for issue #171 (Shortcuts not working properly in Android 13) (@Ismael034):

This version contains a workaround for the "App isn't installed" error showing up when starting shortcuts on Android 13. The fix makes all shortcuts point to our own proxy activity - similar approach to our root launcher.
Updated translations (Azerbaijani and Traditional Chinese added - check Crowdin for credits)

0 comments on commit 1c975be

Please sign in to comment.