Skip to content

Commit

Permalink
1.0.5 update
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzue committed Jun 8, 2023
1 parent 15f0e82 commit bfc9543
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CameraXQRDecoder/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdk 21
targetSdk 30
versionCode 4
versionName "1.0.4"
versionCode 5
versionName "1.0.5"
consumerProguardFiles "consumer-rules.pro"
}

Expand Down Expand Up @@ -37,6 +37,6 @@ dependencies {
api "androidx.camera:camera-extensions:1.0.0-alpha25"
api 'com.google.zxing:core:3.5.1'

api 'com.google.mlkit:text-recognition-chinese:16.0.0'
api 'com.google.mlkit:barcode-scanning:17.1.0'
compileOnly 'com.google.mlkit:text-recognition-chinese:16.0.0'
compileOnly 'com.google.mlkit:barcode-scanning:17.1.0'
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {

```
dependencies {
implementation 'com.github.kongzue:CameraXQRDecoder:1.0.2'
implementation 'com.github.kongzue:CameraXQRDecoder:1.0.5'
}
```

Expand Down

0 comments on commit bfc9543

Please sign in to comment.