mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
990 B
990 B
🛠️ Building from source
This page will guide you through building ReVanced Manager from source.
-
Setup the Flutter environment for your platform
-
Clone the repository
git clone https://github.com/revanced/revanced-manager.git && cd revanced-manager -
Create a GitHub personal access token with the
read:packagesscope here -
Add your GitHub username and the token to
./android/gradle.propertiesgpr.user = YourUsername gpr.key = ghp_longrandomkey -
Get dependencies
flutter pub get -
Delete conflicting outputs
flutter packages pub run build_runner build --delete-conflicting-outputsNote
Must be run every time you sync your local repository with the remote repository.
-
Build the APK
flutter build apk