Skip to content

Commit

Permalink
Update build-f-droid-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 8, 2024
1 parent c8016e1 commit e833173
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-f-droid-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit e833173

Please sign in to comment.