发布v3.1.1

This commit is contained in:
Jenly
2024-04-29 23:46:42 +08:00
parent e26dfc2396
commit bb061d1768
7 changed files with 19 additions and 21 deletions

View File

@@ -139,7 +139,7 @@ public class QRCodeScanActivity extends BarcodeCameraScanActivity {
.setAreaRectVerticalOffset(0)//设置识别区域垂直方向偏移量默认为0为0表示居中可以为负数
.setAreaRectHorizontalOffset(0);//设置识别区域水平方向偏移量默认为0为0表示居中可以为负数
// BarcodeCameraScanActivity默认使用的MultiFormatAnalyzer这里可以改为使用QRCodeAnalyzer
return new QRCodeAnalyzer(decodeConfig);
return new MultiFormatAnalyzer(decodeConfig);
}
/**
@@ -202,6 +202,10 @@ dependencies {
## 版本记录
#### v3.1.12024-04-29
* 更新CameraScan至v1.1.1
* 更新zxing至v3.5.3
#### v3.1.02023-12-31
* 更新CameraScan至v1.1.0
* 更新zxing至v3.5.2
@@ -225,16 +229,6 @@ dependencies {
* 优化ImageAnalyzer中YUV数据的处理
* 更新CameraX至v1.2.2
#### v2.3.12023-3-4
* 更新CameraX至v1.2.1
* 更新Gradle至v7.5
* 优化细节
#### v2.3.02022-12-11
* 更新CameraX至v1.2.0
* 更新zxing至v3.5.1
* 更新compileSdkVersion至33
#### [查看更多版本记录](change_log.md)
## 赞赏