Skip to content

Commit

Permalink
replaced lintOptions abortOnError true with specific ignore rule
Browse files Browse the repository at this point in the history
  • Loading branch information
wightwulf1944 committed Oct 8, 2018
1 parent ce988bd commit 8131df0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,12 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
sourceCompatibility JavaVersion.VERSION_1_8
}
lintOptions { // To appease jenkins builds
abortOnError false
}
defaultConfig {
applicationId "me.devsaki.hentoid"
minSdkVersion 15
// Hold updating targetSdkVersion until implementing an image viewer
// or Perfect Viewer implements Content URI
//noinspection OldTargetApi
//noinspection ExpiringTargetSdkVersion
targetSdkVersion 23
versionCode 63
versionName '1.3.10'
Expand Down

0 comments on commit 8131df0

Please sign in to comment.