💊 Application to use ReVanced on Android
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.
 
 
Go to file
Palm 866a6e4a44
chore(CHANGELOG): reset changelog
7 hours ago
.github ci(analyze): only run when necessary (#766) 1 day ago
.run build: Android Studio project build config 6 months ago
.vscode fix: only show Material You toggle for SDK version >= 31 7 months ago
android chore(deps): meet patcher breaking changes 4 weeks ago
assets/i18n feat(style): use native switch & chip (#732) 2 weeks ago
lib feat(style): use native switch & chip (#732) 2 weeks ago
.gitignore ci: use `semantic-release` (#746) 1 week ago
.metadata initial commit. 8 months ago
.releaserc ci(release): fix wrong artifact name and ci not uploading build 1 week ago
CHANGELOG.md chore(CHANGELOG): reset changelog 7 hours ago
LICENSE feat: GPL-v3.0 license [skip ci] 7 months ago
README.md feat: remove notice about stale development [skip ci] 1 week ago
analysis_options.yaml ci: dart analyser (#761) 3 days ago
crowdin.yml feat: crowdin workflow 5 months ago
package-lock.json ci(release): update node dependencies 7 hours ago
package.json ci(release): update node dependencies 7 hours ago
pubspec.yaml ci(release): fix wrong artifact name and ci not uploading build 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

  1. Android 8 or higher
  2. Does not work on some armv7 devices
  3. 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

Crowdin

If you wish to translate ReVanced Manager, we're accepting translations on Crowdin

🛠️ Building Manager from source

  1. Setup flutter environment for your platform
  2. Clone the repository locally
  3. Add your github token in gradle.properties like this
  4. Open the project in terminal
  5. Run flutter pub get in terminal
  6. Then flutter packages pub run build_runner build --delete-conflicting-outputs (Must be done on each git pull)
  7. To build release apk run flutter build apk