Skip to content

Commit

Permalink
chore(ci): use Java 17 to build Android APK
Browse files Browse the repository at this point in the history
  • Loading branch information
asdolo committed Jun 27, 2024
1 parent 0058830 commit 4d568b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup-jdk-generate-apk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# with:
# APP_ENV: 'staging'

name: 'Setup JDK + GRADLE + Generate APK'
name: 'Setup JDK + GRADLE + Generate APK'
description: 'Setup JDK + GRADLE + Generate APK'
inputs:
APP_ENV:
Expand All @@ -30,7 +30,7 @@ runs:
uses: actions/setup-java@v3
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '11'
java-version: '17'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

Expand Down

0 comments on commit 4d568b4

Please sign in to comment.