diff options
author | TheScarastic <warabhishek@e.email> | 2022-07-05 12:25:23 +0530 |
---|---|---|
committer | TheScarastic <warabhishek@e.email> | 2022-07-05 12:53:51 +0530 |
commit | 5c4dd9007d28bea285b8e626d1bc7ced680c19f4 (patch) | |
tree | 5af647114f4510d322a0ee11b7582931db65f1a5 /app/build.gradle | |
parent | 4077b8e123dde3df749eef9731280baa63a4816e (diff) |
advancedPrivacy: Save trackers file and use it if available
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 |