add fix for android build

This commit is contained in:
InsanusMokrassar 2021-09-22 20:12:50 +06:00
parent b7ebd0ac1c
commit 001756ab9f
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Fix android 31.0.0 dx
run: cd /usr/local/lib/android/sdk/build-tools/31.0.0/ && mv d8 dx && cd lib && mv d8.jar dx.jar
- name: Update version
run: |
branch="`echo "${{ github.ref }}" | grep -o "[^/]*$"`"