From 870558b6a94ecad8efd728c6b00e745fc71f5534 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 (cherry picked from commit ba1a2e99427682b89a1a1fbfa95633c075832125) --- app/build.gradle.kts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 5fcb7e437..c85733d3b 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -174,10 +174,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")