revanced-documentation/docs/revanced-development/4_building_revanced_patches.md

20 lines
377 B
Markdown
Raw Normal View History

2022-10-28 04:29:14 +02:00
# Building the ReVanced Patches
1. Clone the repository
```bash
git clone https://github.com/revanced/revanced-patches && cd revanced-patches
```
2. Build the patches
```bash
./gradlew build
```
The file will be located in `build/libs/revanced-patches-VERSION.jar`
## Next step
[Building the ReVanced integrations](5_building_revanced_integrations.md)