diff options
author | Nishith Khanna <nishithkhanna@e.email> | 2022-07-05 07:33:30 +0000 |
---|---|---|
committer | Nishith Khanna <nishithkhanna@e.email> | 2022-07-05 07:33:30 +0000 |
commit | a5009f457d1f00e2dcd8859853f0ca7d75670886 (patch) | |
tree | 5af647114f4510d322a0ee11b7582931db65f1a5 /app/build.gradle | |
parent | 4077b8e123dde3df749eef9731280baa63a4816e (diff) | |
parent | 5c4dd9007d28bea285b8e626d1bc7ced680c19f4 (diff) |
Merge branch '5619-main-trackers_outdated' into 'main'
advancedPrivacy: Save trackers file and use it if available
See merge request e/os/advanced-privacy!73
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 f6fecd2..23d6ecd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -119,7 +119,7 @@ dependencies { implementation 'com.github.PhilJay:MPAndroidChart:v3.1.0' implementation 'com.squareup.retrofit2:retrofit:2.9.0' - implementation 'com.squareup.retrofit2:converter-gson:2.9.0' + implementation 'com.squareup.retrofit2:converter-scalars:2.9.0' implementation project(":flow-mvi") implementation Libs.Kotlin.stdlib |