Skip to content

Commit

Permalink
release 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mylhyl committed Sep 2, 2017
1 parent 5269906 commit 4c9994f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- 本库依赖使用Gradle构建时添加一下即可

```javascript
compile 'com.mylhyl:zxingscanner:1.5.1'
compile 'com.mylhyl:zxingscanner:1.5.2'
```

## 2、离线jar,需要手动添加 Zxing 核心库
Expand Down Expand Up @@ -219,7 +219,8 @@ Bitmap bitmap = new QREncode.Builder(this)
```xml
<uses-permission android:name="android.permission.CAMERA" />
```
对于setLaserFrameTopMargin方法,扫描区域偏移的问题[issues-13](https://github.com/mylhyl/Android-Zxing/issues/13)
对于`setLaserFrameTopMargin`方法,扫描区域偏移的问题[issues-13](https://github.com/mylhyl/Android-Zxing/issues/13)
`restartPreviewAfterDelay`方法连续扫描

QQ交流群:630413339 [点击链接加入群Android-Zxing](https://jq.qq.com/?_wv=1027&k=4BR729O)

Expand Down
Binary file added preview/lib/zxingscanner-1.5.2.jar
Binary file not shown.

0 comments on commit 4c9994f

Please sign in to comment.