From d7a1777a43a7c2f8329eee318945d8f7705d2b68 Mon Sep 17 00:00:00 2001 From: Guillaume Jacquart Date: Thu, 18 Aug 2022 07:06:22 +0000 Subject: 2-Change artifactId for api module, to help cohabitation with permissions module. --- fakelocation/fakelocationdemo/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fakelocation/fakelocationdemo/build.gradle') diff --git a/fakelocation/fakelocationdemo/build.gradle b/fakelocation/fakelocationdemo/build.gradle index 12ed2e7..c182b2f 100644 --- a/fakelocation/fakelocationdemo/build.gradle +++ b/fakelocation/fakelocationdemo/build.gradle @@ -54,7 +54,7 @@ android { } dependencies { - implementation project(':api') + implementation project(':privacymodule-api') implementation project(':fakelocation') implementation project(':permissionsstandalone') -- cgit v1.2.1