Skip to content

Commit 0f727e0

Browse files
committed
avoid lint errors on app
1 parent 96c94e4 commit 0f727e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ android {
2929
adbOptions {
3030
timeOutInMs 60 * 20 * 1000
3131
}
32+
33+
lintOptions {
34+
abortOnError false
35+
}
3236
}
3337

3438
dependencies {

0 commit comments

Comments
 (0)