浏览代码

调整

master
lujin 7 个月前
父节点
当前提交
76651591a1

+ 2
- 2
app/build.gradle 查看文件

@@ -174,8 +174,8 @@ dependencies {
implementation project(':library:keyboard')
// implementation files('libs/artc_guizhou-release_v1.0.aar')
implementation files('libs\\GvBleObuSDK.jar')
implementation files('libs/WXGuiZhou_v2.1.jar')
implementation files('libs/KCHTBleSDK-release-V20250102.jar')
implementation files('libs/WXGuiZhou_v2.2.jar')
implementation files('libs/KCHTBleSDK-release-V20250107.jar')
implementation files('libs\\artc-gbapi_v1.1.1.jar')
implementation files('libs\\JLBleSDK-2024_03_20--15:14.jar')
// implementation files('libs\\JLBleSDK-byd - 1.0.4-2024_03_20--15:14.jar')

二进制
app/libs/KCHTBleSDK-release-V20250102.jar → app/libs/KCHTBleSDK-release-V20250107.jar 查看文件


二进制
app/libs/WXGuiZhou_v2.1.jar 查看文件


二进制
app/libs/WXGuiZhou_v2.2.jar 查看文件


+ 1
- 1
app/release/output-metadata.json 查看文件

@@ -12,7 +12,7 @@
"filters": [],
"versionCode": 1,
"versionName": "1.3.3",
"outputFile": "jz_app_v1.3.3_release_1219.apk"
"outputFile": "jz_app_v1.3.3_release_0110.apk"
}
]
}

+ 1
- 1
app/src/main/java/com/huntersun/vkyes/etcopencard/project/api/MyRetrofit.java 查看文件

@@ -257,7 +257,7 @@ public class MyRetrofit implements ToastAction {
//加密
// parameters.setBizContent(SM4Utils.encryptCBC(parameters.getBizContent(), SM4_KEY));
new MyRetrofit().getRetrofitGZ(code).create(Api.class)
.message2GZ(linkedTreeMap)
.message3GZ(linkedTreeMap)
.enqueue(new ConverterGZ<Result>(context, start, false, loadHint) {
@Override
protected void onSuccess(ResultBean resultBean, ResultBean.BizContent bizContent) {

正在加载...
取消
保存