From a5ca356e46df7e175c4c24a25b00c38c0954572f Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Sun, 3 Aug 2014 15:29:07 +0100 Subject: Added PhotoView library, moved Otto library to gradle config --- app/app.iml | 1 + app/build.gradle | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'app') diff --git a/app/app.iml b/app/app.iml index 1576984..ad43377 100644 --- a/app/app.iml +++ b/app/app.iml @@ -61,6 +61,7 @@ + diff --git a/app/build.gradle b/app/build.gradle index b522f85..cf01a63 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -23,5 +23,7 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) // You must install or update the Support Repository through the SDK manager to use this dependency. compile 'com.android.support:support-v4:19.+' - compile files('libs/otto-1.3.5.jar') + compile 'com.squareup:otto:1.3.5' + compile 'com.github.chrisbanes.photoview:library:1.2.3' + } -- cgit v1.2.3