From af0c948a36af56b23ecb5d130ed73ec20f2bbfbd Mon Sep 17 00:00:00 2001 From: deniscerri <64997243+deniscerri@users.noreply.github.com> Date: Mon, 1 May 2023 15:14:58 +0200 Subject: [PATCH] Update android.yml --- .github/workflows/android.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 5934dfb4..8c21aa1e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -13,11 +13,11 @@ 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' - distribution: 'temurin' + java-version: '17' + distribution: 'corretto' cache: gradle - uses: gradle/gradle-build-action@v2