From c631ce91a5e5576bb925dda910ac0802fb9bfdc3 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Tue, 11 Feb 2025 17:41:40 +0200 Subject: [PATCH] chore(deps): Remove unused dependency --- gradle/libs.versions.toml | 2 -- patches/build.gradle.kts | 2 -- 2 files changed, 4 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8fd999093..8588ab0f6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,6 @@ revanced-patcher = "21.0.0" # Tracking https://github.com/google/smali/issues/64. #noinspection GradleDependency smali = "3.0.5" -gson = "2.12.1" # 8.3.0 causes java verifier error: https://github.com/ReVanced/revanced-patches/issues/2818. #noinspection GradleDependency agp = "8.2.2" @@ -14,7 +13,6 @@ retrofit = "2.11.0" guava = "33.4.0-jre" [libraries] -gson = { module = "com.google.code.gson:gson", version.ref = "gson" } annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" } appcompat = { group = "androidx.appcompat", name = "appcompat", version.ref = "appcompat" } okhttp = { module = "com.squareup.okhttp3:okhttp", version.ref = "okhttp" } diff --git a/patches/build.gradle.kts b/patches/build.gradle.kts index 7f3014e7f..eecadbd25 100644 --- a/patches/build.gradle.kts +++ b/patches/build.gradle.kts @@ -13,8 +13,6 @@ patches { } dependencies { - // Used by JsonGenerator. - implementation(libs.gson) // Required due to smali, or build fails. Can be removed once smali is bumped. implementation(libs.guava) // Android API stubs defined here.