revanced-documentation/docs/revanced-development/2_building_from_source.md
2022-11-12 03:11:28 +01:00

820 B

Building from source

If you have already downloaded the prebuilt packages you can skip to Using the ReVanced CLI.

Before continuing you need to be authenticated to GitHub Packages.
This will assume you have a GitHub account. Create a PAT with the scope read:packages here and add your token to ~/.gradle/gradle.properties.
Example gradle.properties file:

gpr.user = YourUsername
gpr.key = ghp_longrandomkey

Overview

  1. Building the ReVanced Patcher
  2. Building the ReVanced Patches
  3. Building the ReVanced Integrations
  4. Building the ReVanced CLI