diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-09-05 06:06:04 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-09-05 06:06:04 +0000 |
commit | 54fcb13a713993687e8385dd2ff6d70563b5a1c2 (patch) | |
tree | bcdcbeb8009a67841677bc43c6d1520561aef008 /fakelocation/build.gradle | |
parent | 41716851d2f0b64b6303dde5f3677889a04f8452 (diff) | |
parent | 31f4fec8b8ab48ed9fffebd62fe23fa3b568af83 (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.gradle | 2 |
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') + } |