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. --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.1