summaryrefslogtreecommitdiff
path: root/app/build.gradle
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2014-08-03 03:51:13 +0100
committerJoe Robinson <joe@lc8n.com>2014-08-03 03:51:13 +0100
commit3398c580fd742d785ce5cc90ba2d1c720874fb3f (patch)
tree23268d04efd62f0fb2954c76ecee63dcee7fd464 /app/build.gradle
parent848cfa51b7de694fbcef75b41818b33ed81b7359 (diff)
Created the home screen with a grid of images from blaupload
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 3ef0b30..b522f85 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -23,4 +23,5 @@ 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')
}