Skip to content

Commit 8fdea01

Browse files
committed
Disable blocked builds on lint warnings
1 parent 1cc4194 commit 8fdea01

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
0 Bytes
Binary file not shown.

src/AndroidClient/android/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ android {
1818
compileSdkVersion 29
1919
buildToolsVersion '29.0.2'
2020

21+
lintOptions {
22+
abortOnError false
23+
}
24+
2125
defaultConfig {
2226
minSdkVersion 15
2327
targetSdkVersion 29

0 commit comments

Comments
 (0)