mirror of
https://github.com/ReVanced/revanced-documentation.git
synced 2026-01-27 21:21:02 +00:00
docs: init
This commit is contained in:
19
docs/revanced-development/4_building_revanced_patches.md
Normal file
19
docs/revanced-development/4_building_revanced_patches.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user