Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
e2a38937
Commit
e2a38937
authored
Jan 13, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat : 多端登录+im组件拆分成medical库上传
parent
cf4c9be1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
2 deletions
+6
-2
config.gradle
config.gradle
+2
-0
build.gradle
m-im/build.gradle
+1
-0
modular.gradle
m-im/modular.gradle
+1
-1
NimSDKOptionConfig.java
m-im/src/main/java/com/yidianling/im/config/NimSDKOptionConfig.java
+2
-1
im_ic_launcher.png
m-im/src/medical/res/mipmap-xhdpi/im_ic_launcher.png
+0
-0
No files found.
config.gradle
View file @
e2a38937
...
...
@@ -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"
,
...
...
m-im/build.gradle
View file @
e2a38937
...
...
@@ -57,6 +57,7 @@ android {
productFlavors
{
ydl
{}
xlzx
{}
medical
{}
}
sourceSets
{
...
...
m-im/modular.gradle
View file @
e2a38937
...
...
@@ -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"
]
}
}
...
...
m-im/src/main/java/com/yidianling/im/config/NimSDKOptionConfig.java
View file @
e2a38937
...
...
@@ -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
);
...
...
m-im/src/medical/res/mipmap-xhdpi/im_ic_launcher.png
View replaced file @
cf4c9be1
View file @
e2a38937
21.3 KB
|
W:
|
H:
34.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment