Skip to content

Building the ReVanced patcher

oSumAtrIX edited this page Jun 18, 2022 · 5 revisions

Building the patcher

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

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

Next step

Building the ReVanced patches

Clone this wiki locally