2022-09-14 23:36:48 +05:30
# 💊 ReVanced Manager
2022-07-31 00:39:59 +05:30
2022-08-21 16:59:42 +02:00
The official ReVanced Manager based on Flutter.
2022-09-14 23:36:48 +05:30
## 🔽 Download
2023-09-07 16:33:31 +03:00
You can obtain ReVanced Manager by downloading it from either [revanced.app/download ](https://revanced.app/download ) or [GitHub Releases ](https://github.com/ReVanced/revanced-manager/releases )
2022-10-09 14:51:49 -04:00
## 📝 Prerequisites
2023-09-07 16:33:31 +03:00
2022-10-09 14:51:49 -04:00
1. Android 8 or higher
2023-09-07 16:33:31 +03:00
2. Incompatible with certain ARMv7 devices
2022-09-14 23:36:48 +05:30
2023-09-16 06:38:06 -04:00
## 📃 Documentation
The documentation can be found [here ](https://github.com/revanced/revanced-manager/tree/main/docs ).
2022-09-14 23:36:48 +05:30
## 🔴 Issues
2023-09-07 16:33:31 +03:00
For suggestions and bug reports, open an issue [here ](https://github.com/revanced/revanced-manager/issues/new/choose ).
2022-10-09 02:59:50 +05:30
2022-11-15 14:20:23 +03:00
## 🌐 Translation
2023-09-07 16:33:31 +03:00
2022-11-15 14:20:23 +03:00
[![Crowdin ](https://badges.crowdin.net/revanced/localized.svg )](https://crowdin.com/project/revanced)
2023-09-16 06:38:06 -04:00
We're accepting translations on [Crowdin ](https://translate.revanced.app ).
2022-11-15 14:20:23 +03:00
2022-10-09 02:59:50 +05:30
## 🛠️ Building Manager from source
2023-09-07 16:33:31 +03:00
2022-10-09 02:59:50 +05:30
1. Setup flutter environment for your [platform ](https://docs.flutter.dev/get-started/install )
2. Clone the repository locally
2023-09-16 06:38:06 -04:00
3. Add your GitHub token in gradle.properties like [this ](/docs/4_building.md )
2022-10-09 02:59:50 +05:30
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)
2023-09-16 06:38:06 -04:00
7. To build release APK run `flutter build apk`