Skip to content

Commit 4abef37

Browse files
committed
update .
1 parent 6f067a2 commit 4abef37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- name: Setup JDK
1616
uses: actions/setup-java@v1
1717
with:
18-
java-version: 1.8
18+
java-version: "12.x"
19+
cache: "gradle"
1920
- name: Build APK
2021
run: bash ./gradlew assembleDebug --stacktrace
2122
- name: Upload APK

0 commit comments

Comments
 (0)