From a08d58be07cb5e5ed4b0265824af2d69e29a2bf0 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Mon, 4 Aug 2014 02:17:22 +0100 Subject: Added partially working image viewer with paging --- app/build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index cf01a63..d099f61 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -2,7 +2,7 @@ apply plugin: 'com.android.application' android { compileSdkVersion 19 - buildToolsVersion "20.0.0" + buildToolsVersion '20.0.0' defaultConfig { applicationId "uk.co.blatech.blaupload" @@ -25,5 +25,6 @@ dependencies { 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') } -- cgit v1.2.3