Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
jclark118 committed Jan 2, 2024
1 parent 54d3b3e commit e18bddc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mapcache/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,11 @@ android {
}
}
lint {
baseline = file("lint-baseline.xml")
}
baseline = file("lint-baseline.xml")
}
lintOptions {
checkReleaseBuilds false
}
}

task androidAppVersion {
Expand Down

0 comments on commit e18bddc

Please sign in to comment.