From d2f7c8b9fb56eadac1a6406af8b9cc43cb99d15b Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Wed, 13 Aug 2014 23:13:52 +0100 Subject: Added higher resolution image loading on zoom --- app/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index d099f61..a481a41 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,7 +24,7 @@ dependencies { // You must install or update the Support Repository through the SDK manager to use this dependency. compile 'com.android.support:support-v4:19.+' compile 'com.squareup:otto:1.3.5' - compile 'com.github.chrisbanes.photoview:library:1.2.3' - compile 'com.jakewharton:disklrucache:2.0.2' - compile files('libs/Android-BitmapCache-2.3.jar') + compile 'com.squareup.picasso:picasso:2.3.3' + compile 'com.nostra13.universalimageloader:universal-image-loader:1.9.2' + } -- cgit v1.2.3