diff --git a/README.MD b/README.MD index 79fb85924..46b86ff0c 100644 --- a/README.MD +++ b/README.MD @@ -18,6 +18,8 @@ Some highlight features: [Github](https://github.com/topjohnwu/Magisk/) is the only source where you can get official Magisk information and downloads. +Click the icon below to download Magisk apk. + [![](https://img.shields.io/badge/Magisk-v27.0-blue)](https://github.com/topjohnwu/Magisk/releases/tag/v27.0) [![](https://img.shields.io/badge/Magisk%20Beta-v27.0-blue)](https://github.com/topjohnwu/Magisk/releases/tag/v27.0) [![](https://img.shields.io/badge/Magisk-Canary-red)](https://raw.githubusercontent.com/topjohnwu/magisk-files/canary/app-release.apk) @@ -28,6 +30,9 @@ Some highlight features: - [Installation Instruction](https://topjohnwu.github.io/Magisk/install.html) - [Building and Development](https://topjohnwu.github.io/Magisk/build.html) - [Magisk Documentation](https://topjohnwu.github.io/Magisk/) +- [Zygisk module sample](https://github.com/topjohnwu/zygisk-module-sample) +- [Canary channel changelog](https://github.com/topjohnwu/magisk-files/blob/canary/notes.md) + ## Bug Reports @@ -41,8 +46,8 @@ For Magisk app crashes, record and upload the logcat when the crash occurs. Default string resources for the Magisk app and its stub APK are located here: -- `app/src/main/res/values/strings.xml` -- `stub/src/main/res/values/strings.xml` +- `app/core/src/main/res/values/strings.xml` +- `app/stub/src/main/res/values/strings.xml` Translate each and place them in the respective locations (`[module]/src/main/res/values-[lang]/strings.xml`).