Commit 20a232d4 by 刘鹏

feat : 配置im、user medical Maven库

parent cf4c9be1
...@@ -9,8 +9,10 @@ ext { ...@@ -9,8 +9,10 @@ ext {
"m-consultant" : "0.0.59.91", "m-consultant" : "0.0.59.91",
"m-fm" : "0.0.30.03", "m-fm" : "0.0.30.03",
"m-user" : "0.0.61.90", "m-user" : "0.0.61.90",
"m-user-medical" : "0.0.61.90",
"m-home" : "0.0.22.70", "m-home" : "0.0.22.70",
"m-im" : "0.0.20.76", "m-im" : "0.0.20.76",
"m-im-medical" : "0.0.20.76",
"m-dynamic" : "0.0.7.28", "m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.10", "m-article" : "0.0.0.10",
...@@ -93,8 +95,10 @@ ext { ...@@ -93,8 +95,10 @@ ext {
"m-consultant" : "0.0.59.91", "m-consultant" : "0.0.59.91",
"m-fm" : "0.0.30.01", "m-fm" : "0.0.30.01",
"m-user" : "0.0.61.90", "m-user" : "0.0.61.90",
"m-user-medical" : "0.0.61.90",
"m-home" : "0.0.22.70", "m-home" : "0.0.22.70",
"m-im" : "0.0.20.76", "m-im" : "0.0.20.76",
"m-im-medical" : "0.0.20.76",
"m-dynamic" : "0.0.7.28", "m-dynamic" : "0.0.7.28",
"m-article" : "0.0.0.8", "m-article" : "0.0.0.8",
......
...@@ -57,6 +57,7 @@ android { ...@@ -57,6 +57,7 @@ android {
productFlavors { productFlavors {
ydl {} ydl {}
xlzx {} xlzx {}
medical{}
} }
sourceSets { sourceSets {
......
...@@ -22,7 +22,7 @@ modular { ...@@ -22,7 +22,7 @@ modular {
groupId = "com.ydl" groupId = "com.ydl"
artifactId = "m-im-module-medical" artifactId = "m-im-module-medical"
// 上报的 壹点灵 业务模块 aar 包的版本号 // 上报的 壹点灵 业务模块 aar 包的版本号
version = rootProject.ext.ydlPublishVersion[childProject.getName()] version = rootProject.ext.ydlPublishVersion[childProject.getName()+"-medical"]
} }
} }
......
...@@ -54,6 +54,7 @@ android { ...@@ -54,6 +54,7 @@ android {
productFlavors { productFlavors {
ydl {} ydl {}
xlzx {} xlzx {}
medical {}
} }
sourceSets { sourceSets {
......
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="22dp"/>
<gradient
android:angle="180"
android:startColor="@color/platform_main_gradient_start_color"
android:endColor="@color/platform_main_gradient_end_color"/>
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="22dp"/>
<gradient
android:angle="180"
android:startColor="@color/platform_main_gradient_start_color_un"
android:endColor="@color/platform_main_gradient_end_color_un"/>
</shape>
\ No newline at end of file
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>
...@@ -22,7 +22,7 @@ modular { ...@@ -22,7 +22,7 @@ modular {
groupId = "com.ydl" groupId = "com.ydl"
artifactId = "m-user-module-medical" artifactId = "m-user-module-medical"
// 上报的 壹点灵 业务模块 aar 包的版本号 // 上报的 壹点灵 业务模块 aar 包的版本号
version = rootProject.ext.ydlPublishVersion[childProject.getName()] version = rootProject.ext.ydlPublishVersion[childProject.getName()+"-medical"]
} }
} }
......
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