From 4ea360b900d815da29952dfc24afd1b64d2e1b3f Mon Sep 17 00:00:00 2001 From: maning <154292322@qq.com> Date: Tue, 20 Nov 2018 17:24:10 +0800 Subject: [PATCH] V1.1.8 --- README.md | 2 +- app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 59fe578..62aa094 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ #### 2.在Module目录下的build.gradle中添加依赖 ``` gradle dependencies { - compile 'com.github.maning0303:MNZXingCode:V1.1.7' + compile 'com.github.maning0303:MNZXingCode:V1.1.8' } ``` diff --git a/app/build.gradle b/app/build.gradle index bc6d447..df51a19 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -21,6 +21,6 @@ dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) testCompile 'junit:junit:4.12' compile 'com.android.support:appcompat-v7:26.0.0' -// implementation 'com.github.maning0303:MNZXingCode:V1.1.7' +// implementation 'com.github.maning0303:MNZXingCode:V1.1.8' compile project(':libraryzxing') }