更新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

Binary file not shown.

View File

@@ -14,8 +14,8 @@ org.gradle.jvmargs = -Xmx1536m
android.useAndroidX=true
android.enableJetifier=true
VERSION_NAME=2.2.0
VERSION_CODE=33
VERSION_NAME=2.2.1
VERSION_CODE=34
GROUP=com.github.jenly1314
POM_DESCRIPTION=ZXingLite for Android

View File

@@ -1,7 +1,7 @@
//App
def app_version = [:]
app_version.versionCode = 33
app_version.versionName = "2.2.0"
app_version.versionCode = 34
app_version.versionName = "2.2.1"
ext.app_version = app_version
//build version
@@ -36,7 +36,7 @@ versions.coreKtx = "1.6.0"
//zxing
versions.zxing = "3.3.3"
versions.camerax = "1.1.0-rc01"
versions.camerax = "1.1.0-rc02"
versions.easypermissions = "3.0.0"