Skip to content

Commit

Permalink
Remove abort on lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
vontell committed Aug 6, 2016
1 parent 447fddc commit 694ba56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit 694ba56

Please sign in to comment.