Skip to content

Commit

Permalink
Disable lintOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaailashsharma committed Sep 13, 2023
1 parent e15a1b6 commit bcc600f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ android {
namespace = "app.waste2wealth.com"
compileSdk = 33

lint {
abortOnError = false
}
defaultConfig {
applicationId = "app.waste2wealth.com"
minSdk = 27
Expand Down

0 comments on commit bcc600f

Please sign in to comment.