Skip to content

Commit

Permalink
Version 12.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Sep 20, 2021
1 parent 4b191c7 commit b1d80a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion module.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext {
moduleAuthor = "Rikka"
moduleDescription = "Modern superuser interface implementation, shares the same API design from Shizuku. This modules requires Riru $moduleMinRiruVersionName or above."
moduleVersionMinor = 2
moduleVersionPatch = 0
moduleVersionPatch = 1
moduleVersion = "v${api_version_major}.${moduleVersionMinor}.${moduleVersionPatch}"
moduleVersionCode = gitCommitCount

Expand Down
5 changes: 5 additions & 0 deletions template/magisk_module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ Modern super user interface (SUI) implementation.

## Changelog

### v12.2.1 (2021-09-20)

- Fix "adb install" under "adb root"
- Fix "adb root" support is not enabled for Android 11

### v12.2.0 (2021-09-11)

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

0 comments on commit b1d80a1

Please sign in to comment.