Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Bump to 1.6.1 (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvb2060 committed Oct 13, 2021
1 parent db2a0e1 commit 2f39f32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
15 changes: 10 additions & 5 deletions README.md
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -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")
Expand Down

0 comments on commit 2f39f32

Please sign in to comment.