fix for publishing packages

This commit is contained in:
InsanusMokrassar 2021-09-22 20:20:13 +06:00
parent 001756ab9f
commit 3062f839af
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ jobs:
with:
java-version: 1.8
- name: Fix android 31.0.0 dx
continue-on-error: true
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: |