mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-26 20:33:53 +01:00
Clean up image loading code, and switch to using Fresco.
This commit is contained in:
parent
1a1fc143c9
commit
bb49fb9801
7 changed files with 68 additions and 254 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue