Skip to content

Commit 1d123d2

Browse files
authored
Merge pull request #35 from numandev1/fix/android-build-gh
fix: android build github action
2 parents 480fc9a + 704fed5 commit 1d123d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v2
3030

31-
- name: Setup JDK 1.8
31+
- name: Setup JDK 11
3232
uses: actions/setup-java@v1
3333
with:
34-
java-version: 1.8
34+
java-version: 11
3535

3636
- name: Get yarn cache directory path
3737
id: yarn-cache-dir-path

0 commit comments

Comments
 (0)