Skip to content

Commit 5a37712

Browse files
committed
Don't abort on lintoptions error
solution from qpython-android#160
1 parent 3103db8 commit 5a37712

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

qpysdk/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ android {
2525
}
2626

2727
}
28+
lintOptions {
29+
abortOnError false
30+
}
2831
}
2932

3033
dependencies {

qpysl4a/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ android {
3434
dataBinding {
3535
enabled = true
3636
}
37+
lintOptions {
38+
abortOnError false
39+
}
3740
}
3841

3942
dependencies {

0 commit comments

Comments
 (0)