Fix mistype.

This commit is contained in:
Fernando Cejas
2015-03-16 22:27:40 +01:00
parent 6740a6b495
commit c8035341b2

View File

@ -14,9 +14,9 @@ Local Development
Here are some useful Gradle/adb commands for executing this example:
* `gradlew clean build` - Build the entire example and execute unit and integration tests plus lint check.
* `gradlew installDebug` - Install the debug apk in the current connected device.
* `gradlew test` - Execute domain and data layer tests (both unit and integration)
* `gradlew connectedAndroidTest` - Execute espresso and instrumentation function tests.
* `gradlew installDebug` - Install the debug apk on the current connected device.
* `gradlew test` - Execute domain and data layer tests (both unit and integration).
* `gradlew connectedAndroidTest` - Execute espresso and instrumentation acceptance tests.
License