Go to file
Pun Butrach c3212d0308
ci(build): update event trigger
Run on every PR

Run on every Push, ignore main branch, and ignore tag
2023-08-01 19:32:52 +07:00
.github ci(build): update event trigger 2023-08-01 19:32:52 +07:00
.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(deps): update revanced-patcher to v12.0.0 2023-07-30 11:49:01 +07:00
assets/i18n refactor(settings): improve clarity of the warning dialogs (#1058) 2023-07-31 21:53:23 +07:00
docs docs: fix description for next page 2023-07-05 15:43:40 +02:00
fastlane docs: correct misspelling (EN_US) 2023-07-16 16:31:08 +07:00
lib refactor(settings): improve clarity of the warning dialogs (#1058) 2023-07-31 21:53:23 +07:00
.gitignore feat: migrate to dart3 2023-05-19 14:23:48 +05:45
.metadata initial commit. 2022-07-31 00:39:59 +05:30
.releaserc ci(release): automatically bump version codes 2023-04-29 20:53:54 +07:00
analysis_options.yaml feat: migrate to dart3 2023-05-19 14:23:48 +05:45
CHANGELOG.md chore(CHANGELOG): reset changelog 2023-03-30 23:29:26 +07:00
crowdin.yml feat: crowdin workflow 2022-11-05 01:31:56 +03:00
LICENSE feat: GPL-v3.0 license [skip ci] 2022-09-05 05:28:04 +02:00
package-lock.json ci(release): automatically bump version codes 2023-04-29 20:53:54 +07:00
package.json ci(release): automatically bump version codes 2023-04-29 20:53:54 +07:00
pubspec.yaml docs: leftovers from 6495687841 2023-07-29 16:08:54 +07:00
README.md chore: fix broken docs link 2023-06-15 16:42:09 +02:00

💊 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