version:6.3

fix:修复检查应用版本报错,修复cube开发者选项失效
update:更新cube sdk
This commit is contained in:
2022-07-22 16:19:49 +08:00
parent 19c9dfc2fc
commit 5edeeb6fd4
5 changed files with 33 additions and 9 deletions

View File

@@ -80,8 +80,8 @@ android {
//酷比魔方
cube {
flavorDimensions "default"
versionCode 52
versionName "6.1"
versionCode 55
versionName "6.3"
buildConfigField "String", "platform", '"ZhanRuiCube"'
}
@@ -237,6 +237,7 @@ dependencies {
// implementation fileTree(dir: "libs", include: ["*.jar"])
compileOnly files('libs/framework.jar')
compileOnly files('libs/cube_mdm.jar')
compileOnly files('libs/cube_sdk_v1.0.0.jar')
implementation 'androidx.recyclerview:recyclerview:1.2.1'
implementation 'androidx.cardview:cardview:1.0.0'