Clean up image loading code, and switch to using Fresco.

This commit is contained in:
Dmitry Brant 2017-05-19 15:08:05 +02:00
parent 1a1fc143c9
commit bb49fb9801
7 changed files with 68 additions and 254 deletions

View file

@ -20,6 +20,7 @@ dependencies {
compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.0.2@aar'){
transitive=true
}
compile 'com.facebook.fresco:fresco:1.3.0'
compile 'com.facebook.stetho:stetho:1.5.0'
testCompile 'junit:junit:4.12'