From 31e75dda8668dbb825b71ce81d57d1b5f48fb55a Mon Sep 17 00:00:00 2001 From: Seweryn Fornalik Date: Thu, 6 May 2021 22:57:11 +0200 Subject: Add API integration --- app/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/build.gradle') 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 -- cgit v1.2.1