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

Commit a51ad56

Browse files
committed
Version 26.0.2
1 parent 913ad11 commit a51ad56

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ext {
4545
gitCommitCount = Integer.parseInt('git rev-list --count HEAD'.execute([], project.rootDir).text.trim())
4646

4747
versionNameMinor = 0
48-
versionNamePatch = 1
48+
versionNamePatch = 2
4949

5050
outDir = file("$rootDir/out")
5151
}

template/magisk_module/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Many TWRP has broken implementations, which will finally cause Riru and Riru mod
2222

2323
## Changelog
2424

25+
### v26.0.2 (2021-07-27)
26+
27+
- Report if the SELinux context of the module are incorrect
28+
- Use Resources for i18n
29+
2530
### v26.0.1 (2021-07-18)
2631

2732
- Remove support for pre-v24 modules (it has been more than 4 months and all live modules have upgraded to v24+)

0 commit comments

Comments
 (0)