Skip to content
This repository was archived by the owner on Apr 19, 2022. It is now read-only.

Commit c7cad2a

Browse files
authored
Update android.yml
1 parent 5930149 commit c7cad2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
- name: set up JDK 1.8
16+
- name: set up JDK 11
1717
uses: actions/setup-java@v1
1818
with:
19-
java-version: 1.8
19+
java-version: 11
2020
- name: Make gradlew executable
2121
run: chmod +x ./gradlew
2222
- name: Build with Gradle

0 commit comments

Comments
 (0)