From d40152f7f597f7da46429e5dc7476598a3600003 Mon Sep 17 00:00:00 2001 From: danijoo Date: Sun, 27 Dec 2015 21:29:20 +0100 Subject: [PATCH] added wear module to app --- app/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/app/build.gradle b/app/build.gradle index b552736..f7b6c76 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -24,6 +24,7 @@ android { dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) + wearApp project(':wear') compile 'com.github.bumptech.glide:glide:3.5.2' compile 'com.android.support:support-annotations:23.1.1' compile 'com.android.support:gridlayout-v7:23.1.1'