diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-01 21:24:09 +0100 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-11-01 21:24:09 +0100 |
commit | a484bf584f4163c8a0a1260e81d598fdec87ff3b (patch) | |
tree | d6895488aafed08ef1c178a3b7713024edc02635 /app/build.gradle | |
parent | b0d9079811b08b95dd623d94c1d4338f28597d4c (diff) |
Add trackers UI
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 11b211e..12b2e1c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -101,7 +101,7 @@ dependencies { // include the e specific version of the modules, just for the e flavor eImplementation project(":privacymodulese") - implementation 'foundation.e:privacymodule.api:0.2.1' + implementation 'foundation.e:privacymodule.api:0.3.1' implementation 'foundation.e:privacymodule.tor:0.1.0' implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' |