Skip to content

Commit

Permalink
disable abortOnError
Browse files Browse the repository at this point in the history
  • Loading branch information
PangBaiWork committed Feb 19, 2024
1 parent 17a10ff commit 18bde35
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ android {
namespace 'com.pangbai.weblog'
compileSdk 34
buildToolsVersion "33.0.0"
lint {
baseline = file("lint-baseline.xml")

lintOptions{

abortOnError false

}
packagingOptions {
jniLibs {
Expand Down

0 comments on commit 18bde35

Please sign in to comment.