@@ -19,26 +19,21 @@ dependencies {
1919
2020 // Utils
2121 implementation ' com.github.nicolas-raoul:Quadtree:ac16ea8035bf07'
22- implementation ' com.google.code.gson:gson:2.8.5'
2322 implementation ' in.yuvi:http.fluent:1.3'
2423 implementation ' com.squareup.okhttp3:okhttp:3.12.1'
2524 implementation ' com.squareup.okio:okio:1.15.0'
26- implementation ' io.reactivex.rxjava2:rxandroid:2.1.0'
27- implementation ' io.reactivex.rxjava2:rxjava:2.2.3'
2825 implementation ' com.jakewharton.rxbinding2:rxbinding:2.1.1'
2926 implementation ' com.jakewharton.rxbinding2:rxbinding-support-v4:2.1.1'
3027 implementation ' com.jakewharton.rxbinding2:rxbinding-appcompat-v7:2.1.1'
3128 implementation ' com.jakewharton.rxbinding2:rxbinding-design:2.1.1'
3229 implementation ' com.facebook.fresco:fresco:1.13.0'
33- implementation ' com.drewnoakes:metadata-extractor:2.11.0'
3430 implementation ' com.dmitrybrant:wikimedia-android-data-client:0.0.18'
3531 implementation ' org.apache.commons:commons-lang3:3.8.1'
3632
3733 // UI
3834 implementation ' fr.avianey.com.viewpagerindicator:library:2.4.1.1@aar'
3935 implementation ' com.github.chrisbanes:PhotoView:2.0.0'
4036 implementation ' com.github.pedrovgs:renderers:3.3.3'
41- implementation ' com.mapbox.mapboxsdk:mapbox-android-sdk:6.8.0'
4237 implementation ' com.mapbox.mapboxsdk:mapbox-android-plugin-localization:0.6.0'
4338 implementation ' com.github.deano2390:MaterialShowcaseView:1.2.0'
4439 implementation ' com.dinuscxj:circleprogressbar:1.1.1'
@@ -49,14 +44,12 @@ dependencies {
4944 // Logging
5045 implementation ' ch.acra:acra-dialog:5.3.0'
5146 implementation ' ch.acra:acra-mail:5.3.0'
52- implementation ' com.jakewharton.timber:timber:4.7.1'
5347 implementation ' org.slf4j:slf4j-api:1.7.25'
5448 api(' com.github.tony19:logback-android-classic:1.1.1-6' ) {
5549 exclude group : ' com.google.android' , module : ' android'
5650 }
5751
5852 // Dependency injector
59- implementation " com.google.dagger:dagger:$DAGGER_VERSION "
6053 implementation " com.google.dagger:dagger-android-support:$DAGGER_VERSION "
6154 kapt " com.google.dagger:dagger-android-processor:$DAGGER_VERSION "
6255 kapt " com.google.dagger:dagger-compiler:$DAGGER_VERSION "
0 commit comments