From 3c1f56bdc6264bb80d2b94db821311bc2e89c3e9 Mon Sep 17 00:00:00 2001 From: Tal Regev Date: Wed, 2 Jun 2021 00:19:46 +0300 Subject: [PATCH] compile android with java 11 in ci. --- .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 5f9f738b11..be3350a79b 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -20,10 +20,10 @@ jobs: with: fetch-depth: 2 - - name: Set up JDK 1.9 + - name: Setup Java uses: actions/setup-java@v1 with: - java-version: 1.9 + java-version: "11" - name: Setup Android SDK uses: android-actions/setup-android@v2