Skip to content

Commit e2cbd3c

Browse files
mrpmohiburrahmanyjose
authored andcommitted
Fix: Android gradle plugin issue with java version
1 parent da07ae3 commit e2cbd3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-jdk-generate-apk/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ runs:
3030
uses: actions/setup-java@v3
3131
with:
3232
distribution: 'zulu' # See 'Supported distributions' for available options
33-
java-version: '11'
33+
java-version: '17'
3434
- name: Setup Gradle
3535
uses: gradle/gradle-build-action@v2
3636

0 commit comments

Comments
 (0)