summaryrefslogtreecommitdiff
path: root/fakelocation/build.gradle
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2022-09-05 06:06:04 +0000
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2022-09-05 06:06:04 +0000
commit54fcb13a713993687e8385dd2ff6d70563b5a1c2 (patch)
treebcdcbeb8009a67841677bc43c6d1520561aef008 /fakelocation/build.gradle
parent41716851d2f0b64b6303dde5f3677889a04f8452 (diff)
parent31f4fec8b8ab48ed9fffebd62fe23fa3b568af83 (diff)
Merge branch '5898-fix_fake_location_crash' into 'main'
5898-Fix fake location crash See merge request e/os/advanced-privacy!82
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')
+
}