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' }