Skip to content

Commit

Permalink
Update kotlin workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tamayok committed Jan 29, 2025
1 parent 7383ac3 commit 14ffbbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up JDK 11
uses: actions/setup-java@v1
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
- name: Build debug APK
run: bash ./gradlew assembleDebug --stacktrace --warning-mode all
- name: Upload APK
Expand Down

0 comments on commit 14ffbbf

Please sign in to comment.