From 8dfc6893b7be7c27e2482c28a983f947e5304962 Mon Sep 17 00:00:00 2001 From: Denis Githuku Date: Fri, 6 Oct 2023 05:03:27 +0300 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index e519f16..1ab91fa 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -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