summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorjacquarg <guillaume.jacquart@hoodbrains.com>2021-11-08 10:22:46 +0100
committerjacquarg <guillaume.jacquart@hoodbrains.com>2021-11-08 10:22:46 +0100
commit95f0c8fb06bd1aa57702f56f2c736e9718597080 (patch)
tree2c824b88b4f944bddb8337c451796fa75a4fb933 /app
parent2d210ca863561ac68445e588d1405d9847716347 (diff)
Use gitlab package registry instead of subprojects
Diffstat (limited to 'app')
-rw-r--r--app/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 63b197e..bc07919 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -95,15 +95,15 @@ dependencies {
compileOnly files('libs/e-ui-sdk-1.0.1-q.jar')
implementation files('libs/lineage-sdk.jar')
implementation files('libs/trackerfilter.aar')
- //implementation project(":privacymodulesapi")
+
// include the google specific version of the modules, just for the google flavor
- googleImplementation project(":privacymodulesgoogle")
+ // TODO: google version is broken for now. googleImplementation project(":privacymodulesgoogle")
// include the e specific version of the modules, just for the e flavor
- eImplementation project(":privacymodulese")
+ eImplementation 'foundation.e:privacymodule.e-29:0.3.2'
- implementation 'foundation.e:privacymodule.api:0.3.1'
- implementation 'foundation.e:privacymodule.tor:0.1.0'
+ implementation 'foundation.e:privacymodule.api:0.3.2'
+ implementation 'foundation.e:privacymodule.tor:0.1.1'
implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0'