compile android with java 11 in ci.

This commit is contained in:
Tal Regev 2021-06-02 00:19:46 +03:00
parent 096cc15e02
commit 3c1f56bdc6
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