Skip to content

Commit

Permalink
feat(andriod.yaml): updated java version to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
darkmatter18 authored Mar 17, 2023
1 parent 8f6568a commit a5f79cd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: set up JDK 1.8
uses: actions/setup-java@v1
- uses: actions/setup-java@v2
with:
java-version: 1.8
distribution: 'temurin'
java-version: '11'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew build

0 comments on commit a5f79cd

Please sign in to comment.