diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-08-18 07:06:22 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-08-18 07:06:22 +0000 |
commit | d7a1777a43a7c2f8329eee318945d8f7705d2b68 (patch) | |
tree | 2ade73284374e0e7bc65bbd32074e36d96ccb8c8 /fakelocation/fakelocationdemo/build.gradle | |
parent | 1b9c519e073a5e64eeeafd747ddac75fde5f88df (diff) |
2-Change artifactId for api module, to help cohabitation with permissions module.
Diffstat (limited to 'fakelocation/fakelocationdemo/build.gradle')
-rw-r--r-- | fakelocation/fakelocationdemo/build.gradle | 2 |
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') |