Skip to content

Commit

Permalink
Update android_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Spikeysanju authored Apr 22, 2021
1 parent c377aa2 commit 452bfce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set Up JDK
uses: actions/setup-java@v1
with:
java-version: 1.8
java-version: 11

- name: Run Tests
run: ./gradlew test
Expand All @@ -27,4 +27,4 @@ jobs:
run: ./gradlew assemble

- name: Build with Gradle
run: ./gradlew build
run: ./gradlew build

0 comments on commit 452bfce

Please sign in to comment.