update .make-app.yaml

This commit is contained in:
Alexander Kacheryants 2024-06-20 03:39:04 +03:00
parent 373cc5efc3
commit 01d337384a

View File

@ -21,4 +21,4 @@ steps:
image: mingc/android-build-box
commands:
- cd android
- bash -c "chmod +X ./gradlew; ./gradlew bundleRelease"
- bash -c "chmod +x gradlew; ./gradlew bundleRelease"