From 103c3dfc8f9d97ed655a7257d2f237f827faa277 Mon Sep 17 00:00:00 2001 From: Sarsa Murmu Date: Fri, 12 May 2023 23:16:35 +0530 Subject: [PATCH] Update workflow file [ci skip] --- .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 af3bd05..a103bd0 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