mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 09:27:48 +01:00
Remove Gson dependencies
All official extensions no longer use Gson and Kotson
This commit is contained in:
parent
7f998ecdbd
commit
ba1a2e9942
1 changed files with 0 additions and 4 deletions
|
@ -188,10 +188,6 @@ dependencies {
|
|||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinSerializationVersion")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-serialization-protobuf:$kotlinSerializationVersion")
|
||||
|
||||
// TODO: remove these once they're no longer used in any extensions
|
||||
implementation("com.google.code.gson:gson:2.8.7")
|
||||
implementation("com.github.salomonbrys.kotson:kotson:2.5.0")
|
||||
|
||||
// JavaScript engine
|
||||
implementation("com.squareup.duktape:duktape-android:1.4.0")
|
||||
|
||||
|
|
Loading…
Reference in a new issue