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
14
14
15
15
Here are some useful Gradle/adb commands for executing this example:
16
16
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.
21
21
22
22
Code style
23
23
-----------
You can’t perform that action at this time.
0 commit comments