diff options
author | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-10-31 19:11:27 +0100 |
---|---|---|
committer | jacquarg <guillaume.jacquart@hoodbrains.com> | 2021-10-31 19:11:27 +0100 |
commit | b0d9079811b08b95dd623d94c1d4338f28597d4c (patch) | |
tree | 52f409643ee6733c232e1218eb2ecbd1e4999240 /app/build.gradle | |
parent | 880a48c87686dfc976a11ade9429bc9c50d4c7f2 (diff) |
Add graph view on home dashboard.
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 4cf81a8..11b211e 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -94,15 +94,18 @@ android { dependencies { compileOnly files('libs/e-ui-sdk-1.0.1-q.jar') implementation files('libs/lineage-sdk.jar') - implementation project(":privacymodulesapi") + //implementation project(":privacymodulesapi") // 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 eImplementation project(":privacymodulese") + implementation 'foundation.e:privacymodule.api:0.2.1' implementation 'foundation.e:privacymodule.tor:0.1.0' + implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' + implementation project(":flow-mvi") implementation Libs.Kotlin.stdlib implementation Libs.AndroidX.coreKtx |