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

331 B

Building the ReVanced Patcher

  1. Clone the repository

    git clone https://github.com/revanced/revanced-patcher && cd revanced-patcher
    
  2. Publish the patcher to your local maven repository

    ./gradlew publish
    

Next step

Building the ReVanced Patches