mirror of
https://github.com/android10/Android-CleanArchitecture.git
synced 2025-08-26 07:17:04 +08:00
Fix mistype.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user