Skip to content

Commit

Permalink
Update apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
npofsi authored Jun 26, 2022
1 parent d081336 commit ec4f885
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8
- name: set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 1.11
- name: build test
run: bash ./gradlew build

Expand All @@ -25,10 +25,10 @@ jobs:

steps:
- uses: actions/checkout@v1
- name: set up JDK 1.8
- name: set up JDK 1.11
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 1.11
- name: Build debug APK
run: bash ./gradlew assembleDebug --stacktrace

Expand Down

0 comments on commit ec4f885

Please sign in to comment.