From 803b61430fdd2e5680740e7445d5d4391c315786 Mon Sep 17 00:00:00 2001 From: antonio Date: Sun, 2 Jul 2023 12:32:08 +0200 Subject: [PATCH] build: removed unused dependencies --- app/build.gradle | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index b4045dae..82a28f72 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -69,8 +69,6 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) // AndroidX - implementation 'androidx.core:core-ktx:1.10.1' - implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation 'androidx.coordinatorlayout:coordinatorlayout:1.2.0' implementation 'androidx.preference:preference-ktx:1.2.0' @@ -78,8 +76,6 @@ dependencies { implementation 'androidx.navigation:navigation-ui-ktx:2.6.0' implementation 'androidx.recyclerview:recyclerview:1.3.0' implementation 'androidx.room:room-runtime:2.5.2' - implementation 'androidx.cardview:cardview:1.0.0' - implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.core:core-splashscreen:1.0.1' // Android Material @@ -101,12 +97,6 @@ dependencies { // Retrofit implementation 'com.squareup.retrofit2:retrofit:2.9.0' - implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.6' + implementation 'com.squareup.okhttp3:logging-interceptor:5.0.0-alpha.11' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' - - // Crash Report - // debugImplementation 'com.balsikandar.android:crashreporter:1.1.0' - - // DB debug - // debugImplementation 'com.amitshekhar.android:debug-db:1.0.6' } \ No newline at end of file