Skip to content

Commit

Permalink
修改README
Browse files Browse the repository at this point in the history
  • Loading branch information
maning committed Aug 13, 2018
1 parent 1357060 commit 89dbd6e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
#### 2.在Module目录下的build.gradle中添加依赖
``` gradle
dependencies {
compile 'com.github.maning0303:MNZXingCode:V1.1.5'
compile 'com.github.maning0303:MNZXingCode:V1.1.6'
}
```

Expand Down Expand Up @@ -101,6 +101,11 @@
Bitmap qrImage = ZXingUtils.createQRCodeWithLogo("xxxxxx", logoBitmap);
```

## 版本记录:
v1.1.6:
1.修复8.0-Only fullscreen opaque activities can request orientation错误
2.优化启动退出动画


## 感谢:

Expand Down

0 comments on commit 89dbd6e

Please sign in to comment.