Go to file
Benjamin b525ea1ba4
ci: remove analyze workflow (#1262)
Code style is not enforced so analysis is not needed.
2023-09-12 23:40:00 +07:00
.github ci: remove analyze workflow (#1262) 2023-09-12 23:40:00 +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 fix: back button closing the app from any page 2023-09-08 01:14:13 +02:00
assets/i18n feat: disable changing patches selection by default (#1132) 2023-08-15 16:05:27 +07:00
docs docs(fixed): replaced some emoji icons, not rendering on chromium based browsers on windows (#1123) 2023-08-11 10:17:46 +07:00
fastlane docs: correct misspelling (EN_US) 2023-07-16 16:31:08 +07:00
lib refactor(patches-selector): improve universal patches header 2023-09-03 21:14:09 +03: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
.releaserc ci(release): automatically bump version codes 2023-04-29 20:53:54 +07:00
analysis_options.yaml refactor(analysis): migrate deprecated rule 2023-08-06 14:41:15 +07:00
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 build: bump version to v1.9.5 2023-09-08 01:13:42 +02:00
README.md docs(readme): minor improvements 2023-09-08 01:14:13 +02:00

💊 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

🔴 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 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