Skip to content

Commit

Permalink
Fix instructions to run gradlew
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro Santilli committed Apr 30, 2016
1 parent 151a1fd commit 1617d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ the `ANDROID_HOME` environment variable to the location of your SDK. For example

After satisfying those requirements, the build is pretty simple:

* Run `gradlew build installDevelopmentDebug` from the within the project folder.
* Run `./gradlew build installDevelopmentDebug` from the within the project folder.
It will build the project for you and install it to the connected Android device or running emulator.

The app is configured to allow you to install a development and production version in parallel on your device.
Expand Down

0 comments on commit 1617d80

Please sign in to comment.