summaryrefslogtreecommitdiff
path: root/fakelocation/build.gradle
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart-ext@mousquetaires.com>2022-08-17 08:21:32 +0200
committerGuillaume Jacquart <guillaume.jacquart-ext@mousquetaires.com>2022-08-18 09:57:49 +0200
commit31f4fec8b8ab48ed9fffebd62fe23fa3b568af83 (patch)
treec32234269ebf121354a809f99e2876f245e96b90 /fakelocation/build.gradle
parent8884e0423a4e50406b221ee07321a8560bb7420c (diff)
5898-Fix fake location crash
Diffstat (limited to 'fakelocation/build.gradle')
-rw-r--r--fakelocation/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/fakelocation/build.gradle b/fakelocation/build.gradle
index ea28e44..945cb66 100644
--- a/fakelocation/build.gradle
+++ b/fakelocation/build.gradle
@@ -51,4 +51,6 @@ dependencies {
Libs.AndroidX.coreKtx,
Libs.Coroutines.core
)
+ implementation project(':privacymodule-api')
+
}