更新CameraX至v1.1.0-rc02

This commit is contained in:
Jenly
2022-06-22 15:33:52 +08:00
parent 650f62e3c7
commit 970770c07f
4 changed files with 9 additions and 6 deletions

View File

@@ -75,7 +75,7 @@ allprojects {
```gradle
//AndroidX 版本
implementation 'com.github.jenly1314:zxing-lite:2.2.0'
implementation 'com.github.jenly1314:zxing-lite:2.2.1'
```
@@ -327,6 +327,9 @@ compileOptions {
## 版本记录
#### v2.2.12022-6-22
* 更新CameraX至v1.1.0-rc02
#### v2.2.02022-5-31
* 更新CameraX至v1.1.0-rc01
* 更新targetSdkVersion至31