Skip to content

Commit e9d4e99

Browse files
authored
Update android.yml
1 parent 51f175f commit e9d4e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: set up JDK 17
16+
- name: set up JDK 11
1717
uses: actions/setup-java@v3
1818
with:
19-
java-version: '17'
19+
java-version: '11'
2020
distribution: 'temurin'
2121
cache: gradle
2222

0 commit comments

Comments
 (0)