File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
AndroidJunitRunnerSample/app
AndroidTestOrchestratorSample/app
AndroidTestOrchestratorWithTestCoverageSample/app Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ android {
43
43
}
44
44
45
45
dependencies {
46
- // App" s dependencies, including test
46
+ // App' s dependencies, including test
47
47
implementation " androidx.annotation:annotation:" + rootProject. androidxAnnotationVersion;
48
48
implementation " com.google.guava:guava:" + rootProject. guavaVersion
49
49
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ android {
40
40
}
41
41
42
42
dependencies {
43
- // App" s dependencies, including test
43
+ // App' s dependencies, including test
44
44
implementation " androidx.annotation:annotation:" + rootProject. androidxAnnotationVersion;
45
45
implementation " com.google.guava:guava:" + rootProject. guavaVersion
46
46
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
25
25
}
26
26
27
27
dependencies {
28
- // App" s dependencies, including test
28
+ // App' s dependencies, including test
29
29
implementation " androidx.annotation:annotation:" + rootProject. androidxAnnotationVersion
30
30
implementation " com.google.guava:guava:" + rootProject. guavaVersion
31
31
You can’t perform that action at this time.
0 commit comments