Skip to content

Commit e243ae1

Browse files
committed
refactor: rearrange dependencies
1 parent 33dafd0 commit e243ae1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runner/AndroidTestOrchestratorSample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

runner/AndroidTestOrchestratorWithTestCoverageSample/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)