Replaced Glide with UIL. Should finally fix all image loading problems.

This commit is contained in:
Karim Abou Zeid 2015-05-19 18:45:57 +02:00
commit c7125b1386
18 changed files with 276 additions and 317 deletions

View file

@ -67,7 +67,7 @@ dependencies {
compile 'com.mcxiaoke.volley:library:1.0.15'
compile 'com.squareup:otto:1.3.6'
compile 'de.hdodenhof:circleimageview:1.2.2'
compile 'com.github.bumptech.glide:glide:3.6.0'
compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.3'
compile 'com.afollestad:material-dialogs:0.7.4.1'
compile 'com.jpardogo.materialtabstrip:library:1.0.9'