Skip to content

Building the ReVanced integrations

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

Building the integrations

  1. Make sure $ANDROID_SDK_ROOT or $ANDROID_HOME is set correctly

  2. Clone the repository

git clone https://github.com/revanced/revanced-integrations && cd revanced-integrations
  1. Build the integrations
./gradlew build

The file will be located in app/build/outputs/apk/release/app-release-unsigned.apk

Next step

Building the ReVanced CLI

Clone this wiki locally