From 31f4fec8b8ab48ed9fffebd62fe23fa3b568af83 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Wed, 17 Aug 2022 08:21:32 +0200 Subject: 5898-Fix fake location crash --- fakelocation/build.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fakelocation/build.gradle') 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') + } -- cgit v1.2.1