summaryrefslogtreecommitdiff
path: root/fakelocation
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2022-08-18 07:06:22 +0000
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2022-08-18 07:06:22 +0000
commitd7a1777a43a7c2f8329eee318945d8f7705d2b68 (patch)
tree2ade73284374e0e7bc65bbd32074e36d96ccb8c8 /fakelocation
parent1b9c519e073a5e64eeeafd747ddac75fde5f88df (diff)
2-Change artifactId for api module, to help cohabitation with permissions module.
Diffstat (limited to 'fakelocation')
-rw-r--r--fakelocation/fakelocationdemo/build.gradle2
1 files changed, 1 insertions, 1 deletions
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')