The official ReVanced Manager based on Flutter.
To download latest Manager, go here and install the provided APK file.
- Android 8 or higher
- Does not work on some armv7 devices
For suggestions and bug reports, open an issue here.
If you wish to discuss the Manager, a thread has been made under the #development channel in the Discord server, please note that this thread may be temporary and may be removed in the future.
If you wish to translate ReVanced Manager, 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