From a8e7573b1e39fa8bd863b28bf880612295bb7707 Mon Sep 17 00:00:00 2001 From: ajithvgiri Date: Thu, 2 Nov 2017 17:39:32 +0530 Subject: [PATCH] included maven library --- app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/build.gradle b/app/build.gradle index d454e85..6b3eaeb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -30,3 +30,5 @@ dependencies { androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.1' compile project(path: ':canvaslibrary') } + +