diff options
author | Phie <phie@phie.ovh> | 2021-11-16 18:04:06 +0100 |
---|---|---|
committer | Phie <phie@phie.ovh> | 2021-11-16 18:04:06 +0100 |
commit | 124b8865f5e5b44a81d20c00d5809900de52b31e (patch) | |
tree | 6b17d4495dbbe50bf688076c52dc27106d894525 /app/build.gradle | |
parent | c405362d34837cdbc561859aa79e03456bcfb9d7 (diff) |
use maven aar for trackerfilter
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index 4c5b353..ff11a81 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,13 +94,11 @@ android { dependencies { compileOnly files('libs/e-ui-sdk-1.0.1-q.jar') implementation files('libs/lineage-sdk.jar') - implementation files('libs/trackerfilter.aar') - // 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 - + implementation 'foundation.e:privacymodule.trackerfilter:0.1.2' implementation 'foundation.e:privacymodule.api:0.4.1' implementation 'foundation.e:privacymodule.e-29:0.4.1' implementation 'foundation.e:privacymodule.tor:0.1.1' |