Skip to content

Building from source

CnC-Robert edited this page Jun 8, 2022 · 1 revision

Building from source

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

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
Clone this wiki locally