Update android.yml

This commit is contained in:
Marcos 2023-12-01 01:46:38 +01:00 committed by GitHub
parent 1e03f0d3d0
commit 6167ac885c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,10 +13,10 @@ jobs:
steps:
- 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