diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-08 09:40:00 +0100 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-12 17:47:23 +0100 |
commit | 187f4fdece966798dbd017d64b8f865b34dc28ed (patch) | |
tree | 40786f1ac62dc40798ceca31cb369375d4fe2bcd /app/build.gradle | |
parent | 5891ac8ea718dcb40014f5a90d2672f902eb6c55 (diff) |
UI fixes on location
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle index 77e1113..5de3ca4 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 - googleImplementation project(":privacymodulesgoogle") + //googleImplementation project(":privacymodulesgoogle") // include the e specific version of the modules, just for the e flavor - eImplementation project(":privacymodulese") + implementation 'foundation.e:privacymodule.api:0.4.1' + implementation 'foundation.e:privacymodule.e-29:0.3.2' implementation 'foundation.e:privacymodule.tor:0.1.1' implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' |