Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hupei committed Aug 10, 2017
1 parent ba10a19 commit 98de7c9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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构建时添加一下即可,已依赖`zxing:core:3.3.0`

```javascript
compile 'com.mylhyl:zxingscanner:1.4.1'
compile 'com.mylhyl:zxingscanner:1.5.0'
```

## 2、离线jar,需要手动添加 Zxing 核心库
Expand Down
Binary file modified preview/sample-debug.apk
Binary file not shown.
Binary file added preview/zxingscanner-1.5.0.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions zxingscanner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionCode 20170724
versionName '1.4.1'
versionCode 20170810
versionName '1.5.0'
}
buildTypes {
release {
Expand Down Expand Up @@ -41,7 +41,7 @@ def gitUrl = 'https://github.com/mylhyl/Android-Zxing.git'

def libName = "zxingscanner"
group = "com.mylhyl"
version = "1.4.1"
version = "1.5.0"

task sourcesJar(type: Jar) {
from android.sourceSets.main.java.srcDirs
Expand Down

0 comments on commit 98de7c9

Please sign in to comment.