mirror of
https://github.com/ReVanced/revanced-documentation.git
synced 2026-01-21 10:13:56 +00:00
docs: init
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# 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)
|
||||
Reference in New Issue
Block a user