remove gson (#295)

* remove gson

* also remove kotson

* fix build
This commit is contained in:
Aria Moradi
2022-02-19 05:12:20 +03:30
committed by GitHub
parent c289786dfa
commit 4bbe51331f
5 changed files with 91 additions and 45 deletions

View File

@@ -44,8 +44,6 @@ dependencies {
implementation("com.squareup.okhttp3:okhttp:$okhttpVersion")
implementation("io.reactivex:rxjava:1.3.8")
implementation("org.jsoup:jsoup:1.14.3")
implementation("com.google.code.gson:gson:2.8.9")
implementation("com.github.salomonbrys.kotson:kotson:2.5.0")
// Sort
implementation("com.github.gpanther:java-nat-sort:natural-comparator-1.1")