From 31832e4ebd39c9cc4ac7ba5fc757a84bac47a0a6 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 23 Jul 2017 17:04:07 -0500 Subject: [PATCH] QUICKFIX Dependencies *Add required dependencies. --- build.gradle | 3 --- customalert/build.gradle | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index f8952f3..5fd14a7 100644 --- a/build.gradle +++ b/build.gradle @@ -7,9 +7,6 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:2.3.3' classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' - - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files } } diff --git a/customalert/build.gradle b/customalert/build.gradle index 435d6e5..33dab77 100644 --- a/customalert/build.gradle +++ b/customalert/build.gradle @@ -21,6 +21,7 @@ android { } dependencies { + compile fileTree(include: ['*.jar'], dir: 'libs') compile 'com.android.support:design:25.3.1' }