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') }