From ba1a2e99427682b89a1a1fbfa95633c075832125 Mon Sep 17 00:00:00 2001 From: arkon Date: Sun, 12 Dec 2021 18:06:04 -0500 Subject: [PATCH] Remove Gson dependencies All official extensions no longer use Gson and Kotson --- app/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7034f15932..6067f9ec74 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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")