Skip to content

Commit a61978b

Browse files
committed
adds do not fail on lint error
1 parent 7250c89 commit a61978b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

BlurBenchmark/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,15 @@ android {
5050
signingConfig signingConfigs.release
5151
}
5252
}
53+
5354
packagingOptions {
5455
exclude 'META-INF/NOTICE'
5556
exclude 'META-INF/LICENSE'
5657
}
58+
59+
lintOptions {
60+
abortOnError false
61+
}
5762
}
5863

5964
dependencies {

0 commit comments

Comments
 (0)