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

22 lines
464 B
Markdown

# Building the ReVanced Integrations
1. Make sure `$ANDROID_SDK_ROOT` or `$ANDROID_HOME` is set correctly
2. Clone the repository
```bash
git clone https://github.com/revanced/revanced-integrations && cd revanced-integrations
```
3. Build the integrations
```bash
./gradlew build
```
The file will be located in `app/build/outputs/apk/release/app-release-unsigned.apk`
## Next step
[Building the ReVanced CLI](6_building_revanced_cli.md)