Skip to content

Commit 10952bd

Browse files
committed
Allow the build to still work from command line and not fail with lint warnings
1 parent 97739ef commit 10952bd

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ android {
3030
exclude 'META-INF/NOTICE'
3131
}
3232

33+
lintOptions {
34+
abortOnError false
35+
}
36+
3337
}
3438

3539
dependencies {

module-test-only/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ android {
1313
targetSdkVersion 22
1414
}
1515

16+
lintOptions {
17+
abortOnError false
18+
}
19+
1620
targetProjectPath ':app'
1721
}
1822

0 commit comments

Comments
 (0)