From e83317310a9390592397e44118e099c01dbe48a0 Mon Sep 17 00:00:00 2001 From: linonetwo Date: Thu, 8 Feb 2024 19:49:07 +0800 Subject: [PATCH] Update build-f-droid-apk.yml --- .github/workflows/build-f-droid-apk.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-f-droid-apk.yml b/.github/workflows/build-f-droid-apk.yml index 5793704..51cf769 100644 --- a/.github/workflows/build-f-droid-apk.yml +++ b/.github/workflows/build-f-droid-apk.yml @@ -81,6 +81,9 @@ jobs: - name: Remove prorietary bits (for fix f-droid) run: npx zx scripts/fit-f-droid.mjs + - name: Configure Kotlin JVM target + run: | + echo "kotlin.jvm.target=17" >> android/gradle.properties - name: Build apk run: |