Merge pull request #4392 from talregev/TalR_java_11_ci

[CI] Compile android with java 11 in ci.
This commit is contained in:
Vitalii Koshura 2021-06-02 01:00:46 +02:00 committed by GitHub
commit 22fc0e470f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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