Skip to content

Commit b1d80a1

Browse files
committed
Version 12.2.1
1 parent 4b191c7 commit b1d80a1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

module.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ext {
1515
moduleAuthor = "Rikka"
1616
moduleDescription = "Modern superuser interface implementation, shares the same API design from Shizuku. This modules requires Riru $moduleMinRiruVersionName or above."
1717
moduleVersionMinor = 2
18-
moduleVersionPatch = 0
18+
moduleVersionPatch = 1
1919
moduleVersion = "v${api_version_major}.${moduleVersionMinor}.${moduleVersionPatch}"
2020
moduleVersionCode = gitCommitCount
2121

template/magisk_module/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Modern super user interface (SUI) implementation.
66

77
## Changelog
88

9+
### v12.2.1 (2021-09-20)
10+
11+
- Fix "adb install" under "adb root"
12+
- Fix "adb root" support is not enabled for Android 11
13+
914
### v12.2.0 (2021-09-11)
1015

1116
- Add adb root support (disabled by default, see description at [GitHub release](https://github.com/RikkaApps/Sui/releases))

0 commit comments

Comments
 (0)