[6.0.0] fix json obj in fw write

This commit is contained in:
zhongchao
2023-08-21 14:01:00 +08:00
parent 178f086f2e
commit 4cd64aa3e0
2 changed files with 2 additions and 2 deletions

View File

@@ -58,7 +58,7 @@ bytex.ASM_API=ASM7
################ 外部依赖引用 ################
# loglib
LOGLIB_VERSION=1.8.2
LOGLIB_VERSION=1.9.0
######## MogoAiCloudSDK Version ########
# 网络请求LOGLIB_VERSION
MOGO_NETWORK_VERSION=1.4.7.12

View File

@@ -2,6 +2,6 @@ ext {
gradle_version = '3.5.3'
kotlin_version = '1.5.30'
plugin_version = '10.0.0_mogo'
service_chain_version = '5.2.10'
service_chain_version = '5.3.5'
lancetx_plugin_version = '10.0.4_mogo'
}