Remove unused resources and libraries

This commit is contained in:
MM20
2025-04-20 18:30:56 +02:00
parent b12ce46509
commit 2d40459237
34 changed files with 7 additions and 443 deletions
+1 -11
View File
@@ -105,21 +105,11 @@ dependencies {
//Android Jetpack
implementation(libs.androidx.appcompat)
implementation(libs.androidx.browser)
implementation(libs.androidx.palette)
implementation(libs.androidx.core)
implementation(libs.androidx.exifinterface)
implementation(libs.materialcomponents.core)
implementation(libs.androidx.constraintlayout.views)
implementation(libs.bundles.androidx.lifecycle)
implementation(libs.androidx.work)
implementation(libs.coil.core)
implementation(libs.coil.svg)
implementation(libs.koin.android)
implementation(project(":services:accounts"))
@@ -165,6 +155,6 @@ dependencies {
implementation(project(":services:plugins"))
implementation(project(":core:devicepose"))
// Uncomment this if you want annoying notifications in your debug builds yelling at you how terrible your code is
// Uncomment this if you want annoying notifications in your debug builds
//debugImplementation(libs.leakcanary)
}