Skip to content

Commit

Permalink
update .
Browse files Browse the repository at this point in the history
  • Loading branch information
lambiengcode committed Mar 31, 2023
1 parent 6f067a2 commit 4abef37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: "12.x"
cache: "gradle"
- name: Build APK
run: bash ./gradlew assembleDebug --stacktrace
- name: Upload APK
Expand Down

0 comments on commit 4abef37

Please sign in to comment.