mirror of
https://github.com/revanced/revanced-manager
synced 2024-05-14 13:56:57 +02:00
.github | ||
.vscode | ||
android | ||
assets/i18n | ||
docs | ||
fastlane | ||
fonts | ||
lib | ||
.gitignore | ||
.metadata | ||
analysis_options.yaml | ||
crowdin.yml | ||
LICENSE | ||
pubspec.yaml | ||
README.md |
💊 ReVanced Manager
The official ReVanced Manager based on Flutter.
🔽 Download
You can obtain ReVanced Manager by downloading it from either revanced.app/download or GitHub Releases
📝 Prerequisites
- Android 8 or higher
- Incompatible with certain ARMv7 devices
📃 Documentation
The documentation can be found here.
🔴 Issues
For suggestions and bug reports, open an issue here.
🌐 Translation
We're accepting translations on Crowdin.
🛠️ Building Manager from source
- 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
dart run build_runner build --delete-conflicting-outputs
(Must be done on each git pull) - To build release APK run
flutter build apk