💊 Application to use ReVanced on Android
Find a file
2022-10-10 18:45:58 +05:30
.github refactor: removed dropdown for branch. 2022-09-23 14:57:05 +05:30
.run build: Android Studio project build config 2022-10-06 12:40:25 +03:00
.vscode fix: only show Material You toggle for SDK version >= 31 2022-09-08 12:09:12 +01:00
android chore: bump patcher dependency version to v6.0.0 (#355) 2022-10-06 11:26:20 +02:00
assets/i18n feat: store original package name of patches apps. 2022-10-10 18:45:58 +05:30
lib feat: store original package name of patches apps. 2022-10-10 18:45:58 +05:30
.gitignore feat: "New dashboard UI". (#3) 2022-08-16 14:06:56 +01:00
.metadata initial commit. 2022-07-31 00:39:59 +05:30
analysis_options.yaml initial commit. 2022-07-31 00:39:59 +05:30
crowdin.yml Update Crowdin configuration file 2022-09-25 08:19:47 +02:00
LICENSE feat: GPL-v3.0 license [skip ci] 2022-09-05 05:28:04 +02:00
pubspec.yaml feat: brotli support. 2022-10-09 23:01:10 +05:30
README.md feat: add building from source instructions. 2022-10-09 02:59:50 +05:30

💊 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

🔴 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

⚠️ Disclaimer

Please note that even though we're releasing the Manager, it is an ALPHA version. Meaning there's a big chance that the Manager might not work at all for you.

📝 Prerequisites

  1. Android 8 or higher
  2. Does not work on some armv7 devices
  3. For YouTube and YouTube Music - Vanced MicroG(Only for non-root)

🛠️ 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