Skip to content

Commit

Permalink
release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mylhyl committed Sep 11, 2017
1 parent ea98131 commit 7e7305f
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 @@ -22,7 +22,7 @@
- 本库依赖使用Gradle构建时添加一下即可

```javascript
compile 'com.mylhyl:zxingscanner:1.5.2'
compile 'com.mylhyl:zxingscanner:1.6.0'
```

## 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 @@ -8,7 +8,7 @@ android {
minSdkVersion 15
targetSdkVersion 23
versionCode 20170902
versionName '1.5.2'
versionName '1.6.0'
}
buildTypes {
release {
Expand All @@ -33,7 +33,7 @@ publish {
userOrg = 'mylhyl'
groupId = 'com.mylhyl'
artifactId = 'zxingscanner'
version = '1.5.2'
version = '1.6.0'
description = 'android zxing style'
website = "https://github.com/mylhyl/Android-Zxing"
}
Expand Down

0 comments on commit 7e7305f

Please sign in to comment.