💊 Application to use ReVanced on Android
Find a file
2023-11-12 09:59:50 +05:45
.github refactor: replace deprecated command 2023-11-12 09:59:50 +05:45
.vscode fix: only show Material You toggle for SDK version >= 31 2022-09-08 12:09:12 +01:00
android build: Update Gradle to v8.4 2023-11-08 17:22:06 +01:00
assets/i18n feat: Disable selection of un-suggested app version by default (#1471) 2023-11-08 03:38:54 +01:00
docs refactor: replace deprecated command 2023-11-12 09:59:50 +05:45
fastlane docs: correct misspelling (EN_US) 2023-07-16 16:31:08 +07:00
fonts refactor: reorganize and rename settings (#1307) 2023-10-15 16:56:02 +07:00
lib fix: patcher logs hiding behind navigation bar (#1476) 2023-11-11 12:00:21 +07:00
.gitignore fix: ignore the root .gradle folder 2023-08-27 14:05:39 -07:00
.metadata initial commit. 2022-07-31 00:39:59 +05:30
analysis_options.yaml refactor(analysis): migrate deprecated rule 2023-08-06 14:41:15 +07:00
crowdin.yml chore: Setup Crowdin configuration file 2023-10-12 18:51:16 +02:00
LICENSE feat: GPL-v3.0 license [skip ci] 2022-09-05 05:28:04 +02:00
pubspec.yaml build: Bump version to v1.15.1 2023-11-04 22:41:48 +01:00
README.md refactor: replace deprecated command 2023-11-12 09:59:50 +05:45

💊 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

  1. Android 8 or higher
  2. Incompatible with certain ARMv7 devices

📃 Documentation

The documentation can be found here.

🔴 Issues

For suggestions and bug reports, open an issue here.

🌐 Translation

Crowdin

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 dart run build_runner build --delete-conflicting-outputs (Must be done on each git pull)
  7. To build release APK run flutter build apk