diff options
author | Fabian Henneke <fabian@henneke.me> | 2020-04-15 17:12:28 +0200 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2020-04-15 22:47:41 +0530 |
commit | d6db10e0893af72de6ebc40fd47a775def7ec1d8 (patch) | |
tree | 413111d547cbb3a1b0fbc09e2efdeb50e340ff83 /app/build.gradle | |
parent | b633cc1f3dc9acf2e2a2cc11a540375a9d85390b (diff) |
Match any path component in StrictDomain FilterMode
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index ac5dcb91..c966ed43 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -121,6 +121,7 @@ dependencies { // Testing-only dependencies androidTestImplementation deps.testing.junit + androidTestImplementation deps.testing.kotlin_test_junit androidTestImplementation deps.testing.androidx.runner androidTestImplementation deps.testing.androidx.rules androidTestImplementation deps.testing.androidx.junit |