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
20a232d4
Commit
20a232d4
authored
Jan 13, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat : 配置im、user medical Maven库
parent
cf4c9be1
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
37 additions
and
2 deletions
+37
-2
config.gradle
config.gradle
+4
-0
build.gradle
m-im/build.gradle
+1
-0
modular.gradle
m-im/modular.gradle
+1
-1
im_ic_launcher.png
m-im/src/medical/res/mipmap-xhdpi/im_ic_launcher.png
+0
-0
build.gradle
m-user/build.gradle
+1
-0
collect_success_top_icon.png
m-user/medical/res/drawable-xhdpi/collect_success_top_icon.png
+0
-0
user_lock_btn_shoushi.png
m-user/medical/res/drawable-xhdpi/user_lock_btn_shoushi.png
+0
-0
user_lock_btn_shoushi_pre.png
m-user/medical/res/drawable-xhdpi/user_lock_btn_shoushi_pre.png
+0
-0
user_lock_ico_zhiwen.png
m-user/medical/res/drawable-xhdpi/user_lock_ico_zhiwen.png
+0
-0
user_mine_profile_bg_11.png
m-user/medical/res/drawable-xhdpi/user_mine_profile_bg_11.png
+0
-0
user_nav_close_green.png
m-user/medical/res/drawable-xhdpi/user_nav_close_green.png
+0
-0
user_collect_bottom_btn_bg.xml
m-user/medical/res/drawable/user_collect_bottom_btn_bg.xml
+13
-0
user_collect_bottom_btn_un_bg.xml
m-user/medical/res/drawable/user_collect_bottom_btn_un_bg.xml
+13
-0
colors.xml
m-user/medical/res/values/colors.xml
+3
-0
modular.gradle
m-user/modular.gradle
+1
-1
No files found.
config.gradle
View file @
20a232d4
...
@@ -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"
,
...
...
m-im/build.gradle
View file @
20a232d4
...
@@ -57,6 +57,7 @@ android {
...
@@ -57,6 +57,7 @@ android {
productFlavors
{
productFlavors
{
ydl
{}
ydl
{}
xlzx
{}
xlzx
{}
medical
{}
}
}
sourceSets
{
sourceSets
{
...
...
m-im/modular.gradle
View file @
20a232d4
...
@@ -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"
]
}
}
}
}
...
...
m-im/src/medical/res/mipmap-xhdpi/im_ic_launcher.png
View replaced file @
cf4c9be1
View file @
20a232d4
21.3 KB
|
W:
|
H:
34.7 KB
|
W:
|
H:
2-up
Swipe
Onion skin
m-user/build.gradle
View file @
20a232d4
...
@@ -54,6 +54,7 @@ android {
...
@@ -54,6 +54,7 @@ android {
productFlavors
{
productFlavors
{
ydl
{}
ydl
{}
xlzx
{}
xlzx
{}
medical
{}
}
}
sourceSets
{
sourceSets
{
...
...
m-user/medical/res/drawable-xhdpi/collect_success_top_icon.png
0 → 100644
View file @
20a232d4
41.1 KB
m-user/medical/res/drawable-xhdpi/user_lock_btn_shoushi.png
0 → 100644
View file @
20a232d4
1.47 KB
m-user/medical/res/drawable-xhdpi/user_lock_btn_shoushi_pre.png
0 → 100644
View file @
20a232d4
2.4 KB
m-user/medical/res/drawable-xhdpi/user_lock_ico_zhiwen.png
0 → 100644
View file @
20a232d4
12 KB
m-user/medical/res/drawable-xhdpi/user_mine_profile_bg_11.png
0 → 100644
View file @
20a232d4
26.7 KB
m-user/medical/res/drawable-xhdpi/user_nav_close_green.png
0 → 100644
View file @
20a232d4
3.16 KB
m-user/medical/res/drawable/user_collect_bottom_btn_bg.xml
0 → 100644
View file @
20a232d4
<?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
m-user/medical/res/drawable/user_collect_bottom_btn_un_bg.xml
0 → 100644
View file @
20a232d4
<?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
m-user/medical/res/values/colors.xml
0 → 100644
View file @
20a232d4
<?xml version="1.0" encoding="utf-8"?>
<resources>
</resources>
m-user/modular.gradle
View file @
20a232d4
...
@@ -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"
]
}
}
}
}
...
...
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