Skip to content

Commit

Permalink
release 2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
hupei committed Jan 22, 2021
1 parent 5af677a commit ffe026d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@

### 四、引用

## 1、在线 本库内部已集成`zxing:core:3.3.3`
## 1、在线 本库内部已集成`zxing:core:3.4.0`
- 依赖使用 Gradle 构建时添加一下即可

```javascript
compile 'com.mylhyl:zxingscanner:2.1.8'
compile 'com.mylhyl:zxingscanner:2.1.9'
```

## 2、离线jar,需要手动添加 Zxing 核心库
Expand All @@ -34,7 +34,7 @@ compile 'com.mylhyl:zxingscanner:2.1.8'
- 也可使用Gradle构建时如下:

```javascript
compile 'com.google.zxing:core:3.3.3'
compile 'com.google.zxing:core:3.4.0'
```

[gradle makeJar](http://blog.csdn.net/hupei/article/details/51886221) 或者参考下图,在android studio中执行
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 20200721
versionName '2.1.8'
versionCode 20210122
versionName '2.1.9'
}
buildTypes {
release {
Expand Down

0 comments on commit ffe026d

Please sign in to comment.