Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bitgamma committed Mar 27, 2019
2 parents 152d7f8 + ee41722 commit cd7c4ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demo-android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ android {
}

lintOptions {
abortOnError false
lintConfig file("lint-config.xml")
}

compileOptions {
Expand Down
5 changes: 5 additions & 0 deletions demo-android/lint-config.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<lint>
<issue id="InvalidPackage">
<ignore path="**/bcprov-jdk15on-*.jar"/>
</issue>
</lint>

0 comments on commit cd7c4ba

Please sign in to comment.