Skip to content

Commit

Permalink
build: Switch Java 21 to 17 to support F-Droid
Browse files Browse the repository at this point in the history
  • Loading branch information
Lastaapps committed Jan 24, 2024
1 parent c445b81 commit 255355b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '21'
java-version: '17'

- name: Setup
run: |
Expand All @@ -30,4 +30,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: menza-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk
path: app/build/outputs/apk/debug/app-debug.apk
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ detekt = "1.23.4"
espresso = "3.5.1"
google-ksp = "1.9.22-1.0.17"
# @keep
java-jvmTarget = "21"
java-jvmTarget = "17"
junit5-bom = "5.10.1"
kermit = "2.0.2"
koin = "3.5.3"
Expand Down

0 comments on commit 255355b

Please sign in to comment.