Updated graddle and some deps. (#54)

* Updated graddle and some deps.

* Updated Java version for CI (11 -> 17).
This commit is contained in:
Revertron 2023-11-29 21:42:06 +01:00 committed by GitHub
parent 8dfa2f638a
commit f164e05e5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 14 additions and 10 deletions

View file

@ -34,10 +34,10 @@ jobs:
go install golang.org/x/mobile/cmd/gomobile@latest
~/go/bin/gomobile init
- 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