We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a89b313 commit fb420fbCopy full SHA for fb420fb
2 files changed
android/jms/jms-demo/app/build.gradle
@@ -18,6 +18,10 @@ android {
18
multiDexEnabled true
19
}
20
21
+ lintOptions {
22
+ abortOnError false
23
+ }
24
+
25
buildTypes {
26
release {
27
minifyEnabled false
android/ws/ws-demo-echo/app/build.gradle
0 commit comments