Skip to content

Commit f5eb14d

Browse files
committed
Add lint abortOnError option
1 parent c534364 commit f5eb14d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ android {
4444
androidExtensions {
4545
experimental = true
4646
}
47+
lintOptions {
48+
abortOnError false
49+
}
4750
sourceSets {
4851
androidTest.java.srcDirs += "src/test-common/java"
4952
test.java.srcDirs += "src/test-common/java"

0 commit comments

Comments
 (0)