diff options
author | Amit Kumar <amitkma@e.email> | 2021-06-01 23:49:41 +0530 |
---|---|---|
committer | Amit Kumar <amitkma@e.email> | 2021-06-01 23:49:41 +0530 |
commit | ffbb686bd571185217c0e9e0fef0f164be9a07f7 (patch) | |
tree | 85136dd6890b682ea82205483fc3b40addadb6cd /app/build.gradle | |
parent | 97b51f18dcc2f87a9cdd7f482033e30a6282d853 (diff) |
Add dummy tracker feature to trigger blocker system service
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle index 24ec426..fe9e4d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -84,6 +84,7 @@ android { dependencies { compileOnly files('libs/e-ui-sdk-1.0.1-q.jar') + implementation files('libs/classes.jar') implementation project(":privacymodulesapi") // include the google specific version of the modules, just for the google flavor |