This commit is contained in:
Jenly
2021-08-04 10:07:40 +08:00
parent 85a3cba5ce
commit 0fe3a2ef7e
8 changed files with 18 additions and 12 deletions

View File

@@ -74,7 +74,7 @@ allprojects {
```gradle
//AndroidX 版本
implementation 'com.github.jenly1314:zxing-lite:2.1.0'
implementation 'com.github.jenly1314:zxing-lite:2.1.1'
```
@@ -257,6 +257,10 @@ compileOptions {
## 版本记录
#### v2.1.12021-8-4
* 更新CameraX至v1.0.1
* 优化CameraConfig的一些默认配置
#### v2.1.02021-6-30 (从v2.1.0开始不再发布至JCenter)
* 更新CameraX至v1.0.0
* 优化细节