Skip to content

Commit

Permalink
disable lint for release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
crtlib committed Jun 28, 2018
1 parent ac46c91 commit 4d56b49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ android {
}
}

lintOptions {
checkReleaseBuilds false
}

splits {
abi {
enable true
Expand Down

0 comments on commit 4d56b49

Please sign in to comment.