From df26bf8a36046abd18a8617345e2b13a8e38be97 Mon Sep 17 00:00:00 2001 From: RozaliyaRusskikh Date: Wed, 28 Aug 2019 17:54:05 +0300 Subject: [PATCH] Unused dependencies are removed (#3141) Part of #3128 --- app/build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 8a11b2226..0efd85dff 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -18,6 +18,7 @@ dependencies { // Utils implementation 'com.github.nicolas-raoul:Quadtree:ac16ea8035bf07' + implementation 'in.yuvi:http.fluent:1.3' implementation 'com.google.code.gson:gson:2.8.5' implementation 'com.squareup.okhttp3:okhttp:4.2.0' implementation 'com.squareup.okio:okio:2.2.2' @@ -28,7 +29,6 @@ dependencies { implementation 'com.jakewharton.rxbinding2:rxbinding-appcompat-v7:2.1.1' implementation 'com.jakewharton.rxbinding2:rxbinding-design:2.1.1' implementation 'com.facebook.fresco:fresco:1.13.0' - implementation 'com.drewnoakes:metadata-extractor:2.11.0' implementation 'org.apache.commons:commons-lang3:3.8.1' implementation 'com.github.maskaravivek:wikimedia-android-data-client:v0.0.28' @@ -36,7 +36,6 @@ dependencies { implementation 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar' implementation 'com.github.chrisbanes:PhotoView:2.0.0' implementation 'com.github.pedrovgs:renderers:3.3.3' - implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:6.8.0' implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.6.0' implementation 'com.github.deano2390:MaterialShowcaseView:1.2.0' implementation 'com.dinuscxj:circleprogressbar:1.1.1' @@ -47,7 +46,6 @@ dependencies { // Logging implementation 'ch.acra:acra-dialog:5.3.0' implementation 'ch.acra:acra-mail:5.3.0' - implementation 'com.jakewharton.timber:timber:4.7.1' implementation 'org.slf4j:slf4j-api:1.7.25' api('com.github.tony19:logback-android-classic:1.1.1-6') { exclude group: 'com.google.android', module: 'android' @@ -55,7 +53,6 @@ dependencies { implementation "com.squareup.okhttp3:logging-interceptor:4.2.0" // Dependency injector - implementation "com.google.dagger:dagger:$DAGGER_VERSION" implementation "com.google.dagger:dagger-android-support:$DAGGER_VERSION" kapt "com.google.dagger:dagger-android-processor:$DAGGER_VERSION" kapt "com.google.dagger:dagger-compiler:$DAGGER_VERSION"