From 3398c580fd742d785ce5cc90ba2d1c720874fb3f Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Sun, 3 Aug 2014 03:51:13 +0100 Subject: Created the home screen with a grid of images from blaupload --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'app/build.gradle') 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') } -- cgit v1.2.3