The official ReVanced Manager

Pun Butrach 9a57f8b858 ci(build): use correct JDK version 2 years ago
.github 9a57f8b858 ci(build): use correct JDK version 2 years ago
.run da94dfba70 build: Android Studio project build config 3 years ago
.vscode c2da8e36da fix: only show Material You toggle for SDK version >= 31 3 years ago
android b272988929 build: always compile with the latest SDK supported by Flutter 2 years ago
assets 9e93177afd feat: show warning dialog when resetting stored patches 2 years ago
docs 14f49e9d30 docs: fix description for next page 2 years ago
fastlane 185460c054 chore(fastlane): update description (#933) 2 years ago
lib 567b1a3ace refactor: improve code readability according to linter 2 years ago
.gitignore a27dc6ad1c feat: migrate to dart3 2 years ago
.metadata 9884cf0ea9 initial commit. 3 years ago
.releaserc ce12ec89c4 ci(release): automatically bump version codes 2 years ago
CHANGELOG.md 866a6e4a44 chore(CHANGELOG): reset changelog 2 years ago
LICENSE 9b91e4aaa3 feat: GPL-v3.0 license [skip ci] 3 years ago
README.md e2d7ab8f8f chore: fix broken docs link 2 years ago
analysis_options.yaml a27dc6ad1c feat: migrate to dart3 2 years ago
crowdin.yml 0fc8e7cbc8 feat: crowdin workflow 3 years ago
package-lock.json ce12ec89c4 ci(release): automatically bump version codes 2 years ago
package.json ce12ec89c4 ci(release): automatically bump version codes 2 years ago
pubspec.yaml 3bfdc932c2 chore: update app description 2 years ago

README.md

💊 ReVanced Manager

The official ReVanced Manager based on Flutter.

🔽 Download

To download latest Manager, go here and install the provided APK file.

📝 Prerequisites

  1. Android 8 or higher
  2. Does not work on some armv7 devices

🔴 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