From 940b3142f0a1364ba56e5117e16da51207c44d44 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Fri, 7 Jun 2019 14:23:07 -0400 Subject: Remove extra period --- sample/build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sample') diff --git a/sample/build.gradle b/sample/build.gradle index b443f51..8f408be 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -124,13 +124,13 @@ dependencies { implementation "com.afollestad.material-dialogs:input:${Versions.materialDialog}" - testImplementation Dependencies..kotlinTest - testImplementation Dependencies..junit + testImplementation Dependencies.kotlinTest + testImplementation Dependencies.junit - androidTestImplementation Dependencies..kotlinTest - androidTestImplementation Dependencies..espresso + androidTestImplementation Dependencies.kotlinTest + androidTestImplementation Dependencies.espresso androidTestImplementation "androidx.test.espresso:espresso-intents:${Versions.espresso}" androidTestImplementation "androidx.test.espresso:espresso-contrib:${Versions.espresso}" - androidTestImplementation Dependencies..testRules - androidTestImplementation Dependencies..testRunner + androidTestImplementation Dependencies.testRules + androidTestImplementation Dependencies.testRunner } -- cgit v1.2.3