aboutsummaryrefslogtreecommitdiff
path: root/examples/ex2_espresso/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ex2_espresso/build.gradle')
-rw-r--r--examples/ex2_espresso/build.gradle7
1 files changed, 6 insertions, 1 deletions
diff --git a/examples/ex2_espresso/build.gradle b/examples/ex2_espresso/build.gradle
index 00a4df9..a8c0c31 100644
--- a/examples/ex2_espresso/build.gradle
+++ b/examples/ex2_espresso/build.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 24
- buildToolsVersion "24.0.3"
+ buildToolsVersion '25.0.0'
defaultConfig {
applicationId "com.google.android.mobly.snippet.example2"
@@ -17,6 +17,11 @@ android {
main {}
snippet {}
}
+ lintOptions {
+ abortOnError true
+ checkAllWarnings true
+ warningsAsErrors true
+ }
}
dependencies {