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

377 B

Building the ReVanced Patches

  1. Clone the repository

    git clone https://github.com/revanced/revanced-patches && cd revanced-patches
    
  2. Build the patches

    ./gradlew build
    

The file will be located in build/libs/revanced-patches-VERSION.jar

Next step

Building the ReVanced integrations