Skip to content

Commit ee4bf30

Browse files
committed
Testing with abortOnError false on the linter
1 parent b75403d commit ee4bf30

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

smoke-tests/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ apply plugin: "com.android.application"
3333
android {
3434
compileSdkVersion 28
3535

36+
lintOptions {
37+
abortOnError false
38+
}
39+
3640
defaultConfig {
3741
minSdkVersion 16
3842
multiDexEnabled true

0 commit comments

Comments
 (0)