Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
deadman96385 authored Jan 16, 2024
1 parent d50d162 commit d37b2ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
- name: Checkout the code
uses: actions/checkout@v3

- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '11'
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
check-latest: false
Expand All @@ -37,7 +37,7 @@ jobs:
uses: amyu/setup-android@v2
with:
cache-disabled: true
sdk-version: 32
sdk-version: 34

- name: Set execution flag for gradlew
run: chmod +x gradlew
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
files: app/build/outputs/apk/debug/app-debug.apk
name: Automated Release
fail_on_unmatched_files: true
prerelease: true
prerelease: true

0 comments on commit d37b2ca

Please sign in to comment.