From 89dbd6efc631a9bdada4950348a6bba6cafaad41 Mon Sep 17 00:00:00 2001 From: maning Date: Mon, 13 Aug 2018 11:50:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16fe42d..95369fd 100644 --- a/README.md +++ b/README.md @@ -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' } ``` @@ -101,6 +101,11 @@ Bitmap qrImage = ZXingUtils.createQRCodeWithLogo("xxxxxx", logoBitmap); ``` +## 版本记录: + v1.1.6: + 1.修复8.0-Only fullscreen opaque activities can request orientation错误 + 2.优化启动退出动画 + ## 感谢: