aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorDavid T.H. Kao <dthkao@gmail.com>2017-06-20 16:20:36 -0700
committerGitHub <noreply@github.com>2017-06-20 16:20:36 -0700
commit5250e7084185fc35fd6d8c6da8681b0d772c88f5 (patch)
tree54b5d52b8acad8530b4fc3300659d3011488dcb5 /third_party
parent1dfee3c5a26e92e21501941251ce510cdc72a6b6 (diff)
downloadmobly-snippet-lib-5250e7084185fc35fd6d8c6da8681b0d772c88f5.tar.gz
update gradle and linting (#65)
* update gradle and linting * changes * example gradles
Diffstat (limited to 'third_party')
-rw-r--r--third_party/sl4a/build.gradle7
1 files changed, 6 insertions, 1 deletions
diff --git a/third_party/sl4a/build.gradle b/third_party/sl4a/build.gradle
index f5c82ae..3492848 100644
--- a/third_party/sl4a/build.gradle
+++ b/third_party/sl4a/build.gradle
@@ -18,7 +18,7 @@ apply plugin: 'com.github.dcendents.android-maven'
android {
compileSdkVersion 24
- buildToolsVersion '24.0.3'
+ buildToolsVersion '25.0.0'
defaultConfig {
minSdkVersion 11
@@ -30,6 +30,11 @@ android {
project.archivesBaseName = ARTIFACT_ID
project.version = VERSION_NAME
}
+ lintOptions {
+ abortOnError true
+ checkAllWarnings true
+ warningsAsErrors true
+ }
}
dependencies {