mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-10 21:26:18 +00:00
905 B
905 B
🛠️ Building from source
Learn how to build 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 -
Get dependencies
flutter pub get -
Generate temporary files
dart run slang dart run build_runner build -d -
Build the APK
flutter build apk
Note
If the build fails due to authentication, you may need to authenticate to GitHub Packages. Create a PAT with the scope
read:packageshere and add your token to ~/.gradle/gradle.properties.Example
gradle.propertiesfile:gpr.user = user gpr.key = key