You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 hours ago | |
---|---|---|
.github | 1 day ago | |
.run | 6 months ago | |
.vscode | 7 months ago | |
android | 4 weeks ago | |
assets/i18n | 2 weeks ago | |
lib | 2 weeks ago | |
.gitignore | 1 week ago | |
.metadata | 8 months ago | |
.releaserc | 1 week ago | |
CHANGELOG.md | 7 hours ago | |
LICENSE | 7 months ago | |
README.md | 1 week ago | |
analysis_options.yaml | 3 days ago | |
crowdin.yml | 5 months ago | |
package-lock.json | 7 hours ago | |
package.json | 7 hours ago | |
pubspec.yaml | 1 week ago |
README.md
💊 ReVanced Manager
The official ReVanced Manager based on Flutter.
🔽 Download
To download the Alpha version of Manager, go here and install the provided APK file.
📝 Prerequisites
- Android 8 or higher
- Does not work on some armv7 devices
- Vanced MicroG required for YouTube and YouTube Music (Only for non-root)
⚠️ Disclaimer
Please note that even though we're releasing the Manager, it is an ALPHA version. There's a big chance that the Manager might not work at all for you.
🔴 Issues
For suggestions and bug reports, open an issue here.
💭 Discussion
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.
🌐 Translation
If you wish to translate ReVanced Manager, 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
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