diff options
-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' |