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

Commit 664e851

Browse files
committed
Merge branch 'main' of https://github.com/jackdevey/CodeView into main
2 parents 01c07c0 + c7cad2a commit 664e851

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)