Skip to content

Commit

Permalink
disable lint
Browse files Browse the repository at this point in the history
we use some permission which make lint unhappy, disable them.
  • Loading branch information
Palatis committed May 26, 2023
1 parent df11cdc commit ff24784
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ if (file('signing.gradle').exists()) {
println 'signing.gradle is missing'
}

android {
lintOptions {
checkReleaseBuilds false
abortOnError false
}

dataBinding {
enabled true
}
Expand Down

0 comments on commit ff24784

Please sign in to comment.