We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02d1d9 commit 7f71c6cCopy full SHA for 7f71c6c
1 file changed
adapterflowlayout/build.gradle
@@ -16,6 +16,9 @@ android {
16
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
17
}
18
19
+ lintOptions {
20
+ abortOnError false
21
+ }
22
23
24
dependencies {
0 commit comments