Skip to content

Commit

Permalink
fix(camera): add lintOptions in gradle
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Del Pino <idelpino@teclib.com>
  • Loading branch information
Ivan Del Pino authored and rafaelje committed Sep 24, 2018
1 parent 97ba0f4 commit e57827f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inventory/bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ if(project.rootProject.file('local.properties').exists()) {
properties.load(project.rootProject.file('local.properties').newDataInputStream())
}

android {
lintOptions {
abortOnError false
}
}

// Bintray
bintray {
user = properties.getProperty("bintray.user")
Expand Down

0 comments on commit e57827f

Please sign in to comment.