Go to file
Aunali321 0074fee865
build: new ci (#731)
New Build CI

Commits:
* buid: re-do ci

* build: ignore tags

* build: get the latest flutter version automatically && formatting

---------

Co-authored-by: EvadeMaster <93124920+EvadeMaster@users.noreply.github.com>
2023-03-05 16:23:51 +07:00
.github build: new ci (#731) 2023-03-05 16:23:51 +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): meet patcher breaking changes 2023-03-03 03:11:44 +03:00
assets/i18n refactor: remove sentry and crowdin (#730) 2023-03-05 16:12:46 +07:00
lib refactor: remove sentry and crowdin (#730) 2023-03-05 16:12:46 +07:00
.gitignore feat: use secrets for keys (#528) 2022-11-24 00:27:00 +03:00
.metadata initial commit. 2022-07-31 00:39:59 +05:30
analysis_options.yaml revert: "refactor: update deprecated and minor code refactors (#710)" 2023-03-03 18:06:24 +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
pubspec.yaml refactor: remove sentry and crowdin (#730) 2023-03-05 16:12:46 +07:00
README.md feat: improve note [skip ci] 2023-01-28 07:49:57 +01:00

💊 ReVanced Manager

The official ReVanced Manager based on Flutter.

Warning: This repository currently has no active maintainer. For that reason, development is stale. Active development continues for revanced-cli. If you are interested in maintaining this repository, please let us know at manager@revanced.app.

🔽 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