@@ -18,6 +18,7 @@ dependencies {
18
18
19
19
// Utils
20
20
implementation ' com.github.nicolas-raoul:Quadtree:ac16ea8035bf07'
21
+ implementation ' in.yuvi:http.fluent:1.3'
21
22
implementation ' com.google.code.gson:gson:2.8.5'
22
23
implementation ' com.squareup.okhttp3:okhttp:4.2.0'
23
24
implementation ' com.squareup.okio:okio:2.2.2'
@@ -28,15 +29,13 @@ dependencies {
28
29
implementation ' com.jakewharton.rxbinding2:rxbinding-appcompat-v7:2.1.1'
29
30
implementation ' com.jakewharton.rxbinding2:rxbinding-design:2.1.1'
30
31
implementation ' com.facebook.fresco:fresco:1.13.0'
31
- implementation ' com.drewnoakes:metadata-extractor:2.11.0'
32
32
implementation ' org.apache.commons:commons-lang3:3.8.1'
33
33
implementation ' com.github.maskaravivek:wikimedia-android-data-client:v0.0.28'
34
34
35
35
// UI
36
36
implementation ' fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
37
37
implementation ' com.github.chrisbanes:PhotoView:2.0.0'
38
38
implementation ' com.github.pedrovgs:renderers:3.3.3'
39
- implementation ' com.mapbox.mapboxsdk:mapbox-android-sdk:6.8.0'
40
39
implementation ' com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.6.0'
41
40
implementation ' com.github.deano2390:MaterialShowcaseView:1.2.0'
42
41
implementation ' com.dinuscxj:circleprogressbar:1.1.1'
@@ -47,15 +46,13 @@ dependencies {
47
46
// Logging
48
47
implementation ' ch.acra:acra-dialog:5.3.0'
49
48
implementation ' ch.acra:acra-mail:5.3.0'
50
- implementation ' com.jakewharton.timber:timber:4.7.1'
51
49
implementation ' org.slf4j:slf4j-api:1.7.25'
52
50
api(' com.github.tony19:logback-android-classic:1.1.1-6' ) {
53
51
exclude group : ' com.google.android' , module : ' android'
54
52
}
55
53
implementation " com.squareup.okhttp3:logging-interceptor:4.2.0"
56
54
57
55
// Dependency injector
58
- implementation " com.google.dagger:dagger:$DAGGER_VERSION "
59
56
implementation " com.google.dagger:dagger-android-support:$DAGGER_VERSION "
60
57
kapt " com.google.dagger:dagger-android-processor:$DAGGER_VERSION "
61
58
kapt " com.google.dagger:dagger-compiler:$DAGGER_VERSION "
0 commit comments