diff options
author | Amit Kumar <amitkma@e.email> | 2021-06-16 00:33:46 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-06-16 00:33:46 +0530 |
commit | f4fe8a4d881deef7e43ffe296df804c8c2c7a657 (patch) | |
tree | e7b74935a6f86aa123804804c537eb1390c1d48a /app/build.gradle | |
parent | ffbb686bd571185217c0e9e0fef0f164be9a07f7 (diff) |
Add tracker UI and integrate lineage blocker service
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 fe9e4d7..8c18e06 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,7 +84,7 @@ android { dependencies { compileOnly files('libs/e-ui-sdk-1.0.1-q.jar') - implementation files('libs/classes.jar') + implementation files('libs/lineage-sdk.jar') implementation project(":privacymodulesapi") // include the google specific version of the modules, just for the google flavor |