Skip to content

Commit

Permalink
Bump CameraX to 1.0 Stable!
Browse files Browse the repository at this point in the history
Fixed image analysis resolution which caused some phones to not able to scan codes in Zxing.
Other minor SDK upgrades.
  • Loading branch information
maulikhirani committed May 7, 2021
1 parent bfe77dc commit 2c756ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "maulik.barcodescanner"
minSdkVersion 21
targetSdkVersion 30
versionCode 4
versionName "1.3"
versionCode 5
versionName "1.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 2c756ce

Please sign in to comment.