mirror of
https://github.com/revanced/revanced-documentation.git
synced 2025-01-10 10:45:57 +01:00
20 lines
377 B
Markdown
20 lines
377 B
Markdown
# 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)
|