Skip to content

Commit 2bf5927

Browse files
author
Traun Leyden
committed
don't abort on lint errors
1 parent 3c96ccd commit 2bf5927

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ android {
2828
minSdkVersion 9
2929
targetSdkVersion 19
3030
}
31+
32+
lintOptions {
33+
abortOnError false
34+
}
3135
}
3236

3337
task createMavenDirectory(type: Exec) {

0 commit comments

Comments
 (0)