Skip to content

Commit 71edae3

Browse files
add line so test-app does not abort on lint errors (#354)
1 parent 7fe9a40 commit 71edae3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test-app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ android {
66
compileSdkVersion compile_sdk_version
77
buildToolsVersion build_tools_version
88

9+
lintOptions {
10+
abortOnError false
11+
}
12+
913
defaultConfig {
1014
minSdkVersion 14
1115
targetSdkVersion target_sdk_version

0 commit comments

Comments
 (0)