build: use Java SDK 17 for building

This commit is contained in:
oSumAtrIX
2023-05-09 07:13:17 +02:00
parent 55750ce16a
commit 7133242691
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ To use ReVanced CLI, you will need to fulfill certain requirements.
- [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)
- Java SDK 11 (Azul JDK or OpenJDK)
- Java SDK 17 or higher (Azul JDK or OpenJDK)
## ⏭️ Whats next