From 153337b822f582c8bdc0686bac9e01824c1b2c20 Mon Sep 17 00:00:00 2001 From: uuip Date: Thu, 19 Oct 2017 17:16:03 +0800 Subject: [PATCH] =?UTF-8?q?remove=20warning=20about=20=E2=80=9Ccom.google.?= =?UTF-8?q?android=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit WARNING: Ignoring Android API artifact com.google.android:android:2.1_r1 for appDebug WARNING: Ignoring Android API artifact com.google.android:android:2.1_r1 for appRelease --- ScreenNotifications/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ScreenNotifications/build.gradle b/ScreenNotifications/build.gradle index 133caaf..fb0becf 100644 --- a/ScreenNotifications/build.gradle +++ b/ScreenNotifications/build.gradle @@ -19,6 +19,8 @@ android { dependencies { compile 'com.android.support:appcompat-v7:25.3.1' - compile 'com.lukekorth:mailable_log:0.1.6' + compile ('com.lukekorth:mailable_log:0.1.6') { + exclude group: 'com.google.android' + } compile 'fr.nicolaspomepuy:discreetapprate:2.0.4@aar' }