Consolidate optional root device requirements in docs

This commit is contained in:
Pun Butrach 2025-02-19 23:27:05 +07:00 committed by GitHub
parent 8731e7267a
commit a5d09b2bf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 8 deletions

View File

@ -5,10 +5,7 @@ To use ReVanced Manager, certain requirements have to be met.
## 🤝 Requirements ## 🤝 Requirements
- Android device running Android 8.0 or higher - Android device running Android 8.0 or higher
- **Optionally** Rooted Android device with latest version of [KernelSU](https://github.com/tiann/KernelSU) or [Magisk](https://github.com/topjohnwu/Magisk)
### Optional Requirements
- Rooted Android device with latest version of [KernelSU](https://github.com/tiann/KernelSU) or [Magisk](https://github.com/topjohnwu/Magisk)
## ⏭️ What's next ## ⏭️ What's next

View File

@ -6,10 +6,7 @@ Here's everything you'll need to develop on ReVanced Manager
- Any environment that is capable of running the latest Android Studio, latest Android SDK, and JDK 17 with at least 4 GB of memory for coding - Any environment that is capable of running the latest Android Studio, latest Android SDK, and JDK 17 with at least 4 GB of memory for coding
- Any devices with preferably the latest Android version or at least higher than the [`minSdk`](/app/build.gradle.kts) for testing - Any devices with preferably the latest Android version or at least higher than the [`minSdk`](/app/build.gradle.kts) for testing
- **Optionally** A device with root capabilities using the latest version of [KernelSU](https://github.com/tiann/KernelSU) or [Magisk](https://github.com/topjohnwu/Magisk)
### Additional Requirements
- A device with root capabilities using the latest version of [KernelSU](https://github.com/tiann/KernelSU) or [Magisk](https://github.com/topjohnwu/Magisk)
## ⚙️ Setting up ## ⚙️ Setting up