Skip to content

Commit

Permalink
add encode qrCode image util.
Browse files Browse the repository at this point in the history
  • Loading branch information
kongzue committed Aug 28, 2021
1 parent 90f1f3c commit 9834b1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 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 1
versionName "1.0"
versionCode 2
versionName "1.0.1"
consumerProguardFiles "consumer-rules.pro"
}

Expand Down
5 changes: 2 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ android {
applicationId "com.kongzue.cameraxqrdecoderdemo"
minSdk 21
targetSdk 30
versionCode 1
versionName "1.0"

versionCode 2
versionName "1.0.1"
}

buildTypes {
Expand Down

0 comments on commit 9834b1c

Please sign in to comment.