Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ailiwean authored Aug 15, 2020
1 parent 255fed5 commit 25ef8c2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,20 @@

### 依赖

[![](https://jitpack.io/v/ailiwean/NBZxing.svg)](https://jitpack.io/#ailiwean/NBZxing)
[![](https://jitpack.io/v/ailiwean/NBZxing.svg)](https://jitpack.io/#ailiwean/NBZxing) [![](https://jitpack.io/v/ailiwean/NBZxing-Scale.svg)](https://jitpack.io/#ailiwean/NBZxing-Scale)




```
implementation 'com.github.ailiwean:NBZxing:0.0.21'
//若需要使用灰度算法增强库,再次添加以下依赖
implementation 'com.github.ailiwean:NBZxing-Scale:0.0.1'
```
**注意:库中已经包含zxing源码无需再次依赖**



两步搞定

**step1. 自定义一个View继承ZxingCameraView**
Expand Down

0 comments on commit 25ef8c2

Please sign in to comment.