docs: adding patches and integrations v2

This commit is contained in:
taku 2023-08-07 02:30:16 +02:00 committed by GitHub
parent aa3bbadf84
commit 166498e617
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,12 @@ To use ReVanced CLI, you will need to fulfill certain requirements.
- Java SDK 11 (Azul JDK or OpenJDK)
- [Android Debug Bridge (adb)](https://developer.android.com/studio/command-line/adb) if you want to deploy the patched APK file on your device
- An ABI other than ARMv7 such as x86 or x86-64 (or a custom AAPT binary that supports ARMv7)
- Patches such as [Revanced Patches](https://github.com/ReVanced/revanced-patches/releases)
- Revanced Patches
- Revanced Integrations if your patches require them
## ⏭️ Whats next
The next section will show you how to use ReVanced CLI
Continue to: [🛠️ Using ReVanced CLI](1_usage.md)