summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2014-08-13 23:13:52 +0100
committerJoe Robinson <joe@lc8n.com>2014-08-13 23:23:22 +0100
commitd2f7c8b9fb56eadac1a6406af8b9cc43cb99d15b (patch)
tree2a0d4f494a0b5fadc3a64f393ef655a95aa916e2 /app/build.gradle
parent276e27febe8d0e97ce80d97f06ca62d951d54606 (diff)
Added higher resolution image loading on zoom
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle6
1 files changed, 3 insertions, 3 deletions
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'
+
}