File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ Local Development
1414
1515Here are some useful Gradle/adb commands for executing this example:
1616
17- * ` gradlew clean build ` - Build the entire example and execute unit and integration tests plus lint check.
18- * ` gradlew installDebug ` - Install the debug apk on the current connected device.
19- * ` gradlew runUnitTests ` - Execute domain and data layer tests (both unit and integration).
20- * ` gradlew runAcceptanceTests ` - Execute espresso and instrumentation acceptance tests.
17+ * ` ./ gradlew clean build` - Build the entire example and execute unit and integration tests plus lint check.
18+ * ` ./ gradlew installDebug` - Install the debug apk on the current connected device.
19+ * ` ./ gradlew runUnitTests` - Execute domain and data layer tests (both unit and integration).
20+ * ` ./ gradlew runAcceptanceTests` - Execute espresso and instrumentation acceptance tests.
2121
2222Code style
2323-----------
You can’t perform that action at this time.
0 commit comments