delivery-app-mobile
delivery-app-mobile copied to clipboard
bash: ./gradlew: Permission denied
When I run
cd android && ./gradlew app:assembleRelease
I get this error:
bash: ./gradlew: Permission denied
Fix:
chmod +x ./gradle
Question:
Is it possible add this permission in the repository?
chmod 755 android/gradlew