From 592cb49f9345b78544d69d4f1a0eec9921cb50e1 Mon Sep 17 00:00:00 2001 From: Rhodey Orbits Date: Fri, 15 May 2015 11:57:18 -0700 Subject: [PATCH] move all packagingOptions exclusions into a single closure // FREEBIE --- build.gradle | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 11f64484f9..4734c1d4ab 100644 --- a/build.gradle +++ b/build.gradle @@ -155,6 +155,8 @@ android { exclude 'LICENSE' exclude 'NOTICE' exclude 'asm-license.txt' + exclude 'META-INF/LICENSE' + exclude 'META-INF/NOTICE' } signingConfigs { @@ -207,11 +209,6 @@ android { } } - packagingOptions { - exclude 'META-INF/LICENSE' - exclude 'META-INF/NOTICE' - } - lintOptions { abortOnError false }