Skip to content

Commit

Permalink
Change the chmod permission of gradlew from 644 to 755
Browse files Browse the repository at this point in the history
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
PatriceVignola committed Mar 23, 2018
1 parent d479fc9 commit f603bfb
Showing 1 changed file with 0 additions and 0 deletions.
Empty file modified example/android/gradlew
100644 → 100755
Empty file.

0 comments on commit f603bfb

Please sign in to comment.