summaryrefslogtreecommitdiff
path: root/README.md
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 /README.md
parent1b9c519e073a5e64eeeafd747ddac75fde5f88df (diff)
2-Change artifactId for api module, to help cohabitation with permissions module.
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6a9ec45..5cc125d 100644
--- a/README.md
+++ b/README.md
@@ -95,11 +95,13 @@ This app requires different modules that must be built indivually and pushed to
modules must be build and deployed in the following order:
-- [privacymodulesapi](../../../e_privacycentral_privacymodulesapi)
-- [privacymodulese](../../../e_privacycentral_privacymodulese)
-- [privacymoduletor](../../../e_privacycentral_privacymoduletor)
-- [privacymoduletrackerfilter](../../../e_privacycentral_privacymoduletrackerfilter)
-
+- privacymodule-api :
+ - ./gradlew :privacymodule-api:assembleRelease
+ - ./gradlew --console=verbose publishToMavenLocal // To make it available locally for dev.
+ - ./gradlew --console=verbose publish // To publish it on gitlab for release.
+- [privacymodule-e](../../../e_privacycentral_privacymodulese)
+- [privacymodule-tor](../../../e_privacycentral_privacymoduletor)
+- [app]
## Build
If you'd like to build PrivacyCentral locally, you should be able to just clone and build with no issues.
@@ -147,7 +149,7 @@ PrivacyCentral needs to be installed as system app and whitelisting in order to
### To run apk on stock android devices
You can simply install the apk. Keep in that mind all features won't be available on stock android devices.
-> Volla!!!, PrivacyCentral is installed successfully in your device.
+> Voila !!!, PrivacyCentral is installed successfully in your device.
# Distribution
This project can be distributed as prebuilt apk with /e/OS or it can be published on other app stores for non /e/OS devices.