mirror of
https://github.com/yggdrasil-network/yggdrasil-android.git
synced 2025-04-28 06:05:08 +03:00
Updated graddle and some deps. (#54)
* Updated graddle and some deps. * Updated Java version for CI (11 -> 17).
This commit is contained in:
parent
8dfa2f638a
commit
f164e05e5c
6 changed files with 14 additions and 10 deletions
4
.github/workflows/android.yml
vendored
4
.github/workflows/android.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue