Skip to content

Commit

Permalink
release 2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
hupei committed Jul 21, 2020
1 parent eca8c56 commit 7c621c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- 依赖使用 Gradle 构建时添加一下即可

```javascript
compile 'com.mylhyl:zxingscanner:2.1.6'
compile 'com.mylhyl:zxingscanner:2.1.7'
```

## 2、离线jar,需要手动添加 Zxing 核心库
Expand Down
4 changes: 2 additions & 2 deletions zxingscanner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 28
versionCode 20190524
versionName '2.1.6'
versionCode 20200721
versionName '2.1.7'
}
buildTypes {
release {
Expand Down

0 comments on commit 7c621c0

Please sign in to comment.