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

464 B

Building the ReVanced 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
    
  3. 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