From 7133242691238eaca748a93fe9ba2f03fc35db48 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 9 May 2023 07:13:17 +0200 Subject: [PATCH] build: use Java SDK 17 for building --- .github/workflows/release.yml | 2 +- docs/0_prerequisites.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2170654..8b20eb4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Setup JDK uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'zulu' cache: gradle - name: Setup Node.js diff --git a/docs/0_prerequisites.md b/docs/0_prerequisites.md index 5e57773..75434dc 100644 --- a/docs/0_prerequisites.md +++ b/docs/0_prerequisites.md @@ -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