Skip to content

Commit 4d907ed

Browse files
committed
Java 17
1 parent 0116a76 commit 4d907ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-play-store.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'temurin'
21-
java-version: '11'
21+
java-version: '17'
2222

2323
- name: Set up Ruby
2424
uses: ruby/setup-ruby@v1
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Setup Gradle
3030
uses: gradle/actions/setup-gradle@v3
31-
31+
3232
- name: Grant Permission to Execute
3333
run: chmod +x gradlew
3434

0 commit comments

Comments
 (0)