Skip to content

Commit

Permalink
release 2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mylhyl committed May 24, 2019
1 parent 3a0961e commit e162f1d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 33 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.5'
compile 'com.mylhyl:zxingscanner:2.1.6'
```

## 2、离线jar,需要手动添加 Zxing 核心库
Expand Down
3 changes: 1 addition & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
minSdkVersion 15
targetSdkVersion 27
versionCode 4
versionName "20180412"
versionName "20190524"
}
buildTypes {
release {
Expand All @@ -23,7 +23,6 @@ android {

dependencies {
implementation fileTree(include: ['*.jar'], dir: 'libs')
androidTestImplementation 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:28.0.0'
implementation 'com.android.support:design:28.0.0'
implementation project(':zxingscanner')
Expand Down

This file was deleted.

This file was deleted.

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 20190514
versionName '2.1.5'
versionCode 20190524
versionName '2.1.6'
}
buildTypes {
release {
Expand Down

0 comments on commit e162f1d

Please sign in to comment.