Update android.yml

This commit is contained in:
Duy Tran Khanh 2020-11-30 19:04:31 +07:00 committed by GitHub
parent 53235803ce
commit a08a0cd46d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
- name: Build APK without runtime
run: |
rm -rf app/src/main/assets/components/jre
rm app/src/main/assets/components/jre/*.tar.xz
./gradlew assembleDebug
mv app/build/outputs/apk/debug/app-debug.apk out/app-debug-noruntime.apk