diff options
author | Romain Hunault <romain.hunault@e.email> | 2021-08-13 10:14:03 +0000 |
---|---|---|
committer | Romain Hunault <romain.hunault@e.email> | 2021-08-13 10:14:03 +0000 |
commit | daea2f9510ac1af22a4e2e2f3db7c2d6d314008b (patch) | |
tree | 2dfcd606e8693a79520f9931e566c237547e7cd1 /app/build.gradle | |
parent | 97b51f18dcc2f87a9cdd7f482033e30a6282d853 (diff) | |
parent | f522c4615503120b5e62e45405e8c6c3b18e5e4a (diff) |
Merge branch 'features/blocker' into 'master'
Add blocker feature
See merge request e/privacy-central/privacycentralapp!6
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 24ec426..8d94e2b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -80,10 +80,15 @@ android { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 } + + aaptOptions { + additionalParameters '-I', 'app/libs/e-ui-sdk-1.0.1-q.jar' + } } dependencies { compileOnly files('libs/e-ui-sdk-1.0.1-q.jar') + implementation files('libs/lineage-sdk.jar') implementation project(":privacymodulesapi") // include the google specific version of the modules, just for the google flavor |