Skip to content

Commit d2137d8

Browse files
[SampleApp] Don't abort on lint errors
1 parent 001b8a7 commit d2137d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sample-app/app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ android {
2020
universalApk true
2121
}
2222
}
23+
24+
lintOptions {
25+
abortOnError false
26+
}
2327
}
2428

2529
dependencies {

0 commit comments

Comments
 (0)