Skip to content

Commit a313d2a

Browse files
authored
Merge pull request #1 from lambiengcode/config/github-workflows
Workflows: Release APK
2 parents 6f067a2 + 4abef37 commit a313d2a

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)