diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-07 22:43:32 +0100 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-12 13:13:23 +0100 |
commit | 5891ac8ea718dcb40014f5a90d2672f902eb6c55 (patch) | |
tree | 083007df227f0c91fed1c48ed81471074dae853f /app/build.gradle | |
parent | 2ea0e99f1bcec61e1a94bb7c35605fca49c53d1c (diff) |
Update fake location
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/build.gradle b/app/build.gradle index bc07919..77e1113 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -95,14 +95,14 @@ 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 - // TODO: google version is broken for now. googleImplementation project(":privacymodulesgoogle") + googleImplementation project(":privacymodulesgoogle") // include the e specific version of the modules, just for the e flavor - eImplementation 'foundation.e:privacymodule.e-29:0.3.2' + eImplementation project(":privacymodulese") - implementation 'foundation.e:privacymodule.api:0.3.2' + implementation 'foundation.e:privacymodule.api:0.4.1' implementation 'foundation.e:privacymodule.tor:0.1.1' implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' |