aboutsummaryrefslogtreecommitdiff
path: root/integration_tests/play_services/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'integration_tests/play_services/build.gradle')
-rw-r--r--integration_tests/play_services/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/integration_tests/play_services/build.gradle b/integration_tests/play_services/build.gradle
index f7499dd73..0e05dd6b3 100644
--- a/integration_tests/play_services/build.gradle
+++ b/integration_tests/play_services/build.gradle
@@ -9,7 +9,7 @@ dependencies {
testCompileOnly AndroidSdk.MAX_SDK.coordinates
testRuntimeOnly AndroidSdk.MAX_SDK.coordinates
- testImplementation "junit:junit:$junitVersion"
- testImplementation "com.google.truth:truth:$truthVersion"
+ testImplementation libs.junit4
+ testImplementation libs.truth
testImplementation "com.google.android.gms:play-services-basement:18.0.1"
-} \ No newline at end of file
+}