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

@@ -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"