update .make-app.yaml

This commit is contained in:
Alexander Kacheryants 2024-06-20 03:33:51 +03:00
parent a252393f64
commit 373cc5efc3

View File

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