[Fix] The type of the formal parameters of the callback function related to uploading files.

This commit is contained in:
std-s
2023-07-19 18:39:35 +08:00
parent 96e90d3c0a
commit 7894327b2c
2 changed files with 5 additions and 7 deletions

View File

@@ -52,6 +52,5 @@ android {
dependencies {
// 本地依赖现将aar复制到libs/io/openim/core-sdk/0.0.1/ 下命名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'
implementation 'io.openim:core-sdk:3.0.0@aar'
implementation 'io.openim:core-sdk:3.0.1@aar'
}