Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change the chmod permission of gradlew from 644 to 755
gradlew could not be executed since its permission was 644 (read and write). This resulted in a "Could not install the app on the device" error. Changing the permission to 755 (read, write and execute) fixes that problem.
- Loading branch information