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 {
4343}
4444
4545dependencies {
46- // App" s dependencies, including test
46+ // App' s dependencies, including test
4747 implementation " androidx.annotation:annotation:" + rootProject. androidxAnnotationVersion;
4848 implementation " com.google.guava:guava:" + rootProject. guavaVersion
4949
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ android {
4040}
4141
4242dependencies {
43- // App" s dependencies, including test
43+ // App' s dependencies, including test
4444 implementation " androidx.annotation:annotation:" + rootProject. androidxAnnotationVersion;
4545 implementation " com.google.guava:guava:" + rootProject. guavaVersion
4646
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ android {
2525}
2626
2727dependencies {
28- // App" s dependencies, including test
28+ // App' s dependencies, including test
2929 implementation " androidx.annotation:annotation:" + rootProject. androidxAnnotationVersion
3030 implementation " com.google.guava:guava:" + rootProject. guavaVersion
3131
You can’t perform that action at this time.
0 commit comments