Skip to content

Commit

Permalink
Update to latest ZXing C++ wrapper
Browse files Browse the repository at this point in the history
To fix getting UTF-8 strings from the JVM.
  • Loading branch information
markusfisch committed Nov 3, 2022
1 parent bd8f1b1 commit ba24287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ dependencies {
implementation "com.android.support:preference-v14:$support_version"
implementation 'com.github.markusfisch:CameraView:1.9.1'
implementation 'com.github.markusfisch:ScalingImageView:1.4.0'
implementation 'com.github.markusfisch:zxing-cpp:v1.4.0.6'
implementation 'com.github.markusfisch:zxing-cpp:v1.4.0.7'
}

0 comments on commit ba24287

Please sign in to comment.