File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
AndroidTestOrchestratorSample/app
AndroidTestOrchestratorWithTestCoverageSample/app Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
3838 androidTestImplementation ' androidx.test:runner:' + rootProject. runnerVersion;
3939 androidTestImplementation ' androidx.test:monitor:' + rootProject. monitorVersion;
4040 androidTestImplementation ' androidx.test.espresso:espresso-core:' + rootProject. espressoVersion;
41+ androidTestImplementation ' com.google.truth:truth:' + rootProject. truthVersion;
4142 androidTestUtil ' androidx.test:orchestrator:' + rootProject. orchestratorVersion;
4243
43- androidTestImplementation ' com.google.truth:truth:' + rootProject. truthVersion;
4444}
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ dependencies {
3434 androidTestImplementation ' androidx.test.ext:junit:' + rootProject. extJUnitVersion
3535 androidTestImplementation ' androidx.test:runner:' + rootProject. runnerVersion
3636 androidTestImplementation ' androidx.test.espresso:espresso-core:' + rootProject. espressoVersion
37+ androidTestImplementation ' com.google.truth:truth:' + rootProject. truthVersion;
3738 androidTestUtil ' androidx.test:orchestrator:' + rootProject. runnerVersion
3839 androidTestUtil ' androidx.test.services:test-services:' + rootProject. testServicesVersion
3940
40- androidTestImplementation ' com.google.truth:truth:' + rootProject. truthVersion;
4141}
You can’t perform that action at this time.
0 commit comments