commit d388b33f0ffb8bfce83a3a3016e03a3f9e0bc49a
parent c395c3374ce4d10c23a3ba0d2eb63ae98db3c84e
Author: rhunk <101876869+rhunk@users.noreply.github.com>
Date:   Thu, 18 May 2023 19:22:00 +0200

ci(android): upgrade to java 17

Diffstat:
M.github/workflows/android.yml | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml @@ -14,10 +14,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