summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorSeweryn Fornalik <s3w3ryn@e.email>2021-05-06 22:57:11 +0200
committerSeweryn Fornalik <s3w3ryn@e.email>2021-05-10 15:05:06 +0200
commit31e75dda8668dbb825b71ce81d57d1b5f48fb55a (patch)
treed6ef58279258cff5d647cfdd5cc2740b87671d76 /app/build.gradle
parent204c625ea307d30026b43cfe2fe4076aacb7e099 (diff)
Add API integration
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 5352608..f0558fa 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -41,6 +41,12 @@ android {
}
dependencies {
+ implementation project(":privacymodulesapi")
+
+ // include the google specific version of the modules, just for the google flavor
+ googleImplementation project(":privacymodulesgoogle")
+ // include the e specific version of the modules, just for the e flavor
+ eImplementation project(":privacymodulese")
implementation project(":flow-mvi")
implementation Libs.Kotlin.stdlib
implementation Libs.AndroidX.coreKtx