Skip to content

Commit 989bab1

Browse files
Use Java 17
1 parent f22cf8d commit 989bab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/setup-java@v3
1717
with:
1818
distribution: 'temurin'
19-
java-version: '11'
19+
java-version: '17'
2020

2121
- name: Setup Android SDK
2222
uses: android-actions/setup-android@v3

0 commit comments

Comments
 (0)