aboutsummaryrefslogtreecommitdiff
path: root/sample/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'sample/build.gradle')
-rw-r--r--sample/build.gradle12
1 files changed, 6 insertions, 6 deletions
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
}