Skip to content

Commit fb420fb

Browse files
committed
Updated gradle build files.
1 parent a89b313 commit fb420fb

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

android/jms/jms-demo/app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ android {
1818
multiDexEnabled true
1919
}
2020

21+
lintOptions {
22+
abortOnError false
23+
}
24+
2125
buildTypes {
2226
release {
2327
minifyEnabled false

android/ws/ws-demo-echo/app/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ android {
1818
multiDexEnabled true
1919
}
2020

21+
lintOptions {
22+
abortOnError false
23+
}
24+
2125
buildTypes {
2226
release {
2327
minifyEnabled false

0 commit comments

Comments
 (0)