aboutsummaryrefslogtreecommitdiffstats
path: root/app/build.gradle
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-27 21:23:58 -0700
committerKenny Root <kenny@the-b.org>2015-08-27 21:41:06 -0700
commit99ff9e58e069cdc48e033aa44021ef7aed97e486 (patch)
tree9984991117d29e6acde82db742e93d31267a7e55 /app/build.gradle
parentae7aaa77c5d66ca8fe3043d8b34c530938b98911 (diff)
downloadconnectbot-99ff9e58e069cdc48e033aa44021ef7aed97e486.tar.gz
connectbot-99ff9e58e069cdc48e033aa44021ef7aed97e486.tar.bz2
connectbot-99ff9e58e069cdc48e033aa44021ef7aed97e486.zip
Move lintOptions to right place
Diffstat (limited to 'app/build.gradle')
-rw-r--r--app/build.gradle10
1 files changed, 5 insertions, 5 deletions
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'