summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle7
1 files changed, 5 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index b522f85..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"
@@ -23,5 +23,8 @@ 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'
+ compile 'com.jakewharton:disklrucache:2.0.2'
+ compile files('libs/Android-BitmapCache-2.3.jar')
}