diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-07 14:23:07 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-06-07 14:23:07 -0400 |
commit | 940b3142f0a1364ba56e5117e16da51207c44d44 (patch) | |
tree | 7c480d12be3eb637d3542536d28af8d4339d67bb /sample | |
parent | 6fedbcdbc51e3cbc93b920f3fda573e1d2ec780b (diff) | |
download | kau-940b3142f0a1364ba56e5117e16da51207c44d44.tar.gz kau-940b3142f0a1364ba56e5117e16da51207c44d44.tar.bz2 kau-940b3142f0a1364ba56e5117e16da51207c44d44.zip |
Remove extra period
Diffstat (limited to 'sample')
-rw-r--r-- | sample/build.gradle | 12 |
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 } |