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

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