Replaced UIL with Picasso

Huge replacement
Hopefully better performance
This commit is contained in:
Karim Abou Zeid 2015-03-11 13:33:06 +01:00
commit cfce92535b
27 changed files with 398 additions and 457 deletions

View file

@ -54,7 +54,7 @@ dependencies {
compile 'com.melnykov:floatingactionbutton:1.2.0'
compile 'com.github.ksoichiro:android-observablescrollview:1.3.0'
compile 'com.mcxiaoke.volley:library:1.0.+'
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.3'
compile 'com.squareup.picasso:picasso:2.5.0'
compile 'com.afollestad:material-dialogs:0.6.3.4'
compile('com.crashlytics.sdk.android:crashlytics:2.2.1@aar') {
transitive = true;