diff --git a/README.md b/README.md index f960dd28ca8..75dabf99fbb 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,16 @@ Android 8.1 ~ 12 ## Install 1. Install Magisk v23+ -2. Install [Riru](https://github.com/RikkaApps/Riru/releases) v25+ from Magisk repo. -3. [Download](#download) and install LSPosed in Magisk app. -4. Reboot. -5. Follow the prompts to add LSPosed shortcut to launcher. -6. Have fun! :) +2. Install [Riru](https://github.com/RikkaApps/Riru/releases) v25+ from Magisk repo +3. [Download](#download) and install LSPosed in Magisk app +4. Reboot +5. Follow the prompts to add LSPosed shortcut to launcher + - Some launchers won't show the prompt but silently add the shortcut + - If the shortcut cannot be added, you can install the manager manually by `/data/adb/lspd/manager.apk` + - If you accidentally delete the shortcut, reboot your device or install the manager manually to add the shortcut again + - If you don't need the shortcut, install the manager manually and you can disable future shortcut adding in the settings + - In any case, you can dial `*#*#5776733#*#*` (aka LSPosed) to launch the manager if you have a dialer +6. Have fun :) ## Download diff --git a/build.gradle.kts b/build.gradle.kts index d5e3febb19b..c123cc0a401 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ val commitCount = Git(repo).log().add(refId).call().count() val defaultManagerPackageName by extra("org.lsposed.manager") val apiCode by extra(93) val verCode by extra(commitCount + 4200) -val verName by extra("1.6.0") +val verName by extra("1.6.1") val androidTargetSdkVersion by extra(31) val androidMinSdkVersion by extra(27) val androidBuildToolsVersion by extra("31.0.0")