Skip to content

Commit 59da10e

Browse files
committed
Disabled abortion of build process when an error is detected.
1 parent 5ac0750 commit 59da10e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ android {
1818
}
1919
}
2020

21+
lintOptions {
22+
abortOnError false
23+
}
24+
2125
dataBinding {
2226
enabled = true
2327
}

0 commit comments

Comments
 (0)