Commit e2a38937 by 刘鹏

feat : 多端登录+im组件拆分成medical库上传

parent cf4c9be1
......@@ -10,6 +10,7 @@ ext {
"m-fm" : "0.0.30.03",
"m-user" : "0.0.61.90",
"m-home" : "0.0.22.70",
"m-im-medical" : "0.0.20.77",
"m-im" : "0.0.20.76",
"m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.10",
......@@ -94,6 +95,7 @@ ext {
"m-fm" : "0.0.30.01",
"m-user" : "0.0.61.90",
"m-home" : "0.0.22.70",
"m-im-medical" : "0.0.20.77",
"m-im" : "0.0.20.76",
"m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.8",
......
......@@ -57,6 +57,7 @@ android {
productFlavors {
ydl {}
xlzx {}
medical {}
}
sourceSets {
......
......@@ -22,7 +22,7 @@ modular {
groupId = "com.ydl"
artifactId = "m-im-module-medical"
// 上报的 壹点灵 业务模块 aar 包的版本号
version = rootProject.ext.ydlPublishVersion[childProject.getName()]
version = rootProject.ext.ydlPublishVersion[childProject.getName()+"-medical"]
}
}
......
......@@ -39,7 +39,8 @@ class NimSDKOptionConfig {
options.checkManifestConfig = true;
}
options.appKey = getIMAppKey(configBean);
//多端登录 安卓端:咨询师1 、医疗医生端2、壹点灵心理咨询主包3、壹点灵心理咨询马甲包4、医疗用户端5
options.loginCustomTag = "5";
// 如果将新消息通知提醒托管给SDK完成,需要添加以下配置。
initStatusBarNotificationConfig(context, options, activity);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment