Skip to content

Commit

Permalink
ignore lint errors in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbi committed Sep 20, 2017
1 parent 749856d commit ccae942
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ android {
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}

lintOptions {
checkReleaseBuilds false
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit ccae942

Please sign in to comment.