Skip to content

Commit

Permalink
release Version 4.0.6 (406) try to fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
k3b committed Feb 14, 2024
1 parent b7d83eb commit d84d23d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: set up JDK 11
- name: set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
cache: gradle

Expand Down

0 comments on commit d84d23d

Please sign in to comment.