Skip to content

Commit

Permalink
Prevent build failure due to pre-existing lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
magneticflux- authored and iamwood committed Aug 14, 2018
1 parent 0eab524 commit 7d0235b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ android {
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
abortOnError false
}
}

group = 'com.github.Pattonville-Robotics'
Expand Down

0 comments on commit 7d0235b

Please sign in to comment.