diff options
author | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-03-03 07:36:58 +0000 |
---|---|---|
committer | Guillaume Jacquart <guillaume.jacquart@hoodbrains.com> | 2022-03-03 07:36:58 +0000 |
commit | 6d2cce8fa6748a1aceecd71c44296955d36fcebf (patch) | |
tree | e58b397c478d8d61cfedc541ff3361692b917883 /app/build.gradle | |
parent | 72a66e8640c21683e99e4e7d866253fe205d14f0 (diff) | |
parent | 00620b4b24482c67541106b6b4584b3ff4f383ca (diff) |
Merge branch 'auto_update_trackers' into 'main'
Update trackers list each week #4595
See merge request e/privacy-central/privacycentralapp!21
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 3716977..f361e57 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -104,6 +104,7 @@ android { } dependencies { + implementation 'androidx.work:work-runtime-ktx:2.5.0' compileOnly files('libs/e-ui-sdk-1.0.1-q.jar') implementation files('libs/lineage-sdk.jar') // include the google specific version of the modules, just for the google flavor |