Skip to content

Commit 9f13540

Browse files
RozaliiaRusskikhVivek Maskara
authored and
Vivek Maskara
committed
Unused dependencies are removed (#3141)
Part of #3128
1 parent 69bf07f commit 9f13540

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/build.gradle

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ dependencies {
1818

1919
// Utils
2020
implementation 'com.github.nicolas-raoul:Quadtree:ac16ea8035bf07'
21+
implementation 'in.yuvi:http.fluent:1.3'
2122
implementation 'com.google.code.gson:gson:2.8.5'
2223
implementation 'com.squareup.okhttp3:okhttp:4.2.0'
2324
implementation 'com.squareup.okio:okio:2.2.2'
@@ -28,15 +29,13 @@ dependencies {
2829
implementation 'com.jakewharton.rxbinding2:rxbinding-appcompat-v7:2.1.1'
2930
implementation 'com.jakewharton.rxbinding2:rxbinding-design:2.1.1'
3031
implementation 'com.facebook.fresco:fresco:1.13.0'
31-
implementation 'com.drewnoakes:metadata-extractor:2.11.0'
3232
implementation 'org.apache.commons:commons-lang3:3.8.1'
3333
implementation 'com.github.maskaravivek:wikimedia-android-data-client:v0.0.28'
3434

3535
// UI
3636
implementation 'fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
3737
implementation 'com.github.chrisbanes:PhotoView:2.0.0'
3838
implementation 'com.github.pedrovgs:renderers:3.3.3'
39-
implementation 'com.mapbox.mapboxsdk:mapbox-android-sdk:6.8.0'
4039
implementation 'com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.6.0'
4140
implementation 'com.github.deano2390:MaterialShowcaseView:1.2.0'
4241
implementation 'com.dinuscxj:circleprogressbar:1.1.1'
@@ -47,15 +46,13 @@ dependencies {
4746
// Logging
4847
implementation 'ch.acra:acra-dialog:5.3.0'
4948
implementation 'ch.acra:acra-mail:5.3.0'
50-
implementation 'com.jakewharton.timber:timber:4.7.1'
5149
implementation 'org.slf4j:slf4j-api:1.7.25'
5250
api('com.github.tony19:logback-android-classic:1.1.1-6') {
5351
exclude group: 'com.google.android', module: 'android'
5452
}
5553
implementation "com.squareup.okhttp3:logging-interceptor:4.2.0"
5654

5755
// Dependency injector
58-
implementation "com.google.dagger:dagger:$DAGGER_VERSION"
5956
implementation "com.google.dagger:dagger-android-support:$DAGGER_VERSION"
6057
kapt "com.google.dagger:dagger-android-processor:$DAGGER_VERSION"
6158
kapt "com.google.dagger:dagger-compiler:$DAGGER_VERSION"

0 commit comments

Comments
 (0)