Remove unused resources and libraries
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user