Bump to 1.6.1 (#1265)

This commit is contained in:
南宫雪珊 2021-10-13 19:31:08 +08:00 committed by GitHub
parent db2a0e1c4b
commit 2f39f32f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View File

@ -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

View File

@ -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")