Skip to content

Commit

Permalink
Require Riru 26.1.7+ (LSPosed#2430)
Browse files Browse the repository at this point in the history
Co-authored-by: 南宫雪珊 <vvb2060@gmail.com>
  • Loading branch information
Howard20181 and vvb2060 authored Mar 8, 2023
1 parent 17e1fe3 commit 22b3e95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Android 8.1 ~ 13
## Install

1. Install Magisk v24+
2. (For Riru flavor) Install [Riru](https://github.com/RikkaApps/Riru/releases) v25+ from Magisk repo
2. (For Riru flavor) Install [Riru](https://github.com/RikkaApps/Riru/releases/latest) v26.1.7+
3. [Download](#download) and install LSPosed in Magisk app
4. Reboot
5. Open LSPosed manager from notification
Expand Down
6 changes: 3 additions & 3 deletions magisk-loader/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ val moduleBaseId = "lsposed"
val authors = "LSPosed Developers"

val riruModuleId = "lsposed"
val moduleMinRiruApiVersion = 25
val moduleMinRiruVersionName = "25.0.1"
val moduleMaxRiruApiVersion = 25
val moduleMinRiruApiVersion = 26
val moduleMinRiruVersionName = "26.1.7"
val moduleMaxRiruApiVersion = 26

val injectedPackageName: String by rootProject.extra
val injectedPackageUid: Int by rootProject.extra
Expand Down

0 comments on commit 22b3e95

Please sign in to comment.