Skip to content

Commit

Permalink
Fix: Android gradle plugin issue with java version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpmohiburrahman authored and yjose committed Oct 17, 2024
1 parent da07ae3 commit e2cbd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-jdk-generate-apk/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 e2cbd3c

Please sign in to comment.