From e47da1705ed6643280a4dd4b0b6c35ec8f37625e Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 3 Oct 2025 18:39:54 +0200 Subject: [PATCH] We do not need to use support library --- libraries/compound/build.gradle.kts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libraries/compound/build.gradle.kts b/libraries/compound/build.gradle.kts index fd99035c65..9ec6ce0e58 100644 --- a/libraries/compound/build.gradle.kts +++ b/libraries/compound/build.gradle.kts @@ -12,13 +12,6 @@ plugins { android { namespace = "io.element.android.compound" - defaultConfig { - vectorDrawables { - useSupportLibrary = true - generatedDensities() - } - } - dependencies { implementation(libs.showkase) }