Skip to content

Commit

Permalink
Remove Lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
dlazaro66 committed Feb 11, 2017
1 parent a6be167 commit 8ea1599
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qrcodereaderview/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ version = libVersionCode

android {

lintOptions {
abortOnError false
}

compileSdkVersion 25
buildToolsVersion "24.0.2"

Expand Down
4 changes: 4 additions & 0 deletions samples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ android {
compileSdkVersion 25
buildToolsVersion "24.0.2"

lintOptions {
abortOnError false
}

defaultConfig {
applicationId "com.example.qr_readerexample"
minSdkVersion 14
Expand Down

0 comments on commit 8ea1599

Please sign in to comment.