From 99ff9e58e069cdc48e033aa44021ef7aed97e486 Mon Sep 17 00:00:00 2001 From: Kenny Root Date: Thu, 27 Aug 2015 21:23:58 -0700 Subject: Move lintOptions to right place --- app/build.gradle | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'app') diff --git a/app/build.gradle b/app/build.gradle index 890b625..10b26c2 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,11 +43,6 @@ android { ldLibs "log" } - lintOptions { - abortOnError false - lintConfig file('lint.xml') - } - testApplicationId "org.connectbot.tests" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } @@ -88,6 +83,11 @@ android { } } + lintOptions { + abortOnError false + lintConfig file('lint.xml') + } + packagingOptions { exclude 'META-INF/LICENSE.txt' exclude 'LICENSE.txt' -- cgit v1.2.3