summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle4
1 files changed, 3 insertions, 1 deletions
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'
+
}