Skip to content

Commit

Permalink
修改README
Browse files Browse the repository at this point in the history
  • Loading branch information
maning0303 committed Oct 16, 2020
1 parent 223d1ef commit 1812d8b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
#### 2.在Module目录下的build.gradle中添加依赖
``` gradle
dependencies {
implementation 'com.github.maning0303:MNZXingCode:V2.1.3'
implementation 'com.github.maning0303:MNZXingCode:V2.1.4'
}
```

Expand Down
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ android {

dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support.constraint:constraint-layout:2.0.1'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:support-v4:28.0.0'

//颜色选择器
implementation 'com.github.duanhong169:colorpicker:1.1.6'

// implementation 'com.github.maning0303:MNZXingCode:V2.1.2'
implementation project(':libraryzxing')
implementation 'com.android.support.constraint:constraint-layout:2.0.1'
implementation 'com.github.maning0303:MNZXingCode:V2.1.4'
// implementation project(':libraryzxing')
}

0 comments on commit 1812d8b

Please sign in to comment.