letting dependabot ignore the zxing dependency, it appears the author does not intend to support older versions of android in the new versions of the library
This commit is contained in:
parent
73995eb7bd
commit
79de7be141
|
@ -18,6 +18,5 @@ updates:
|
|||
open-pull-requests-limit: 200
|
||||
reviewers:
|
||||
- "bmarty"
|
||||
### ignore:
|
||||
### - dependency-name: com.squareup.okhttp3:logging-interceptor
|
||||
### versions: "> 3.12.10"
|
||||
ignore:
|
||||
- dependency-name: com.google.zxing:core
|
||||
|
|
Loading…
Reference in New Issue