The official ReVanced Manager based on Flutter.
You can obtain ReVanced Manager by downloading it from either revanced.app/download or GitHub Releases
- Android 8 or higher
- Incompatible with certain ARMv7 devices
The documentation can be found here.
For suggestions and bug reports, open an issue here.
We're accepting translations on Crowdin.
- Setup flutter environment for your platform
- Clone the repository locally
- Add your GitHub token in gradle.properties like this
- Open the project in terminal
- Run
flutter pub get
in terminal - Then
flutter packages pub run build_runner build --delete-conflicting-outputs
(Must be done on each git pull) - To build release APK run
flutter build apk