mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2026-01-11 13:46:17 +00:00
1006 B
1006 B
🛠️ Building from source
This page will guide you through building ReVanced Manager from source.
-
Download Java SDK 17 (Azul JDK or OpenJDK) and add it to path
-
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
~/.gradle/gradle.propertiesgpr.user = YourUsername gpr.key = ghp_longrandomkey -
Set the
sdk.dirproperty inlocal.propertiesto your Android SDK locationsdk.dir = /path/to/android/sdk -
Build the APK
Debug:
./gradlew assembleDebugRelease:
./gradlew assembleRelease -Psign