3.0
This commit is contained in:
parent
80c79d0fc6
commit
f04d45f6b8
@ -53,5 +53,5 @@ dependencies {
|
|||||||
// 本地依赖,现将aar复制到libs/io/openim/core-sdk/0.0.1/ 下,命名core-sdk-0.0.1.aar
|
// 本地依赖,现将aar复制到libs/io/openim/core-sdk/0.0.1/ 下,命名core-sdk-0.0.1.aar
|
||||||
// implementation 'io.openim:core-sdk:0.0.1@aar'
|
// implementation 'io.openim:core-sdk:0.0.1@aar'
|
||||||
// api 'io.openim:core-sdk:2.3.5-t44@aar'
|
// api 'io.openim:core-sdk:2.3.5-t44@aar'
|
||||||
api 'io.openim:core-sdk:3.0.0-t4@aar'
|
api 'io.openim:core-sdk:3.0.0-t7@aar'
|
||||||
}
|
}
|
@ -431,7 +431,7 @@ class IMManager {
|
|||||||
"object_storage": objectStorage,
|
"object_storage": objectStorage,
|
||||||
"encryption_key": encryptionKey,
|
"encryption_key": encryptionKey,
|
||||||
"is_need_encryption": enabledEncryption,
|
"is_need_encryption": enabledEncryption,
|
||||||
"is_compression ": enabledCompression,
|
"is_compression": enabledCompression,
|
||||||
"is_external_extensions": isExternalExtensions,
|
"is_external_extensions": isExternalExtensions,
|
||||||
"operationID": Utils.checkOperationID(operationID),
|
"operationID": Utils.checkOperationID(operationID),
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user