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
2f4043c8
Commit
2f4043c8
authored
Jun 15, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
v4.3.97
parent
863a07ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
45 additions
and
41 deletions
+45
-41
config.gradle
config.gradle
+45
-41
No files found.
config.gradle
View file @
2f4043c8
...
...
@@ -5,43 +5,31 @@ ext {
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.50.2
5
"
,
"m-consultant"
:
"0.0.60.6
7
"
,
"m-confide"
:
"0.0.50.2
6
"
,
"m-consultant"
:
"0.0.60.6
8
"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.
49
"
,
"m-user"
:
"0.0.62.
51
"
,
"m-home"
:
"0.0.23.90"
,
"m-im"
:
"0.0.21.5
7
"
,
"m-im"
:
"0.0.21.5
8
"
,
"m-dynamic"
:
"0.0.7.74"
,
"m-article"
:
"0.0.0.10"
,
"m-muse"
:
"0.0.28.78"
,
"m-muse"
:
"0.0.28.81"
,
"m-tests"
:
"0.0.24.18"
,
"m-course"
:
"0.0.43.39"
,
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.6"
,
"m-confide-api"
:
"0.0.2.16"
,
"m-consultant-api"
:
"0.0.5.63"
,
"m-course-api"
:
"0.0.3.6"
,
"m-fm-api"
:
"0.0.3"
,
"m-muse-api"
:
"0.0.1"
,
"m-tests-api"
:
"0.0.2"
,
"m-user-api"
:
"0.0.10.24"
,
"m-home-api"
:
"0.0.4.4"
,
"m-im-api"
:
"0.0.12.24"
,
"m-dynamic-api"
:
"0.0.3.71"
,
//-------------- 功能组件 --------------
//mdt 组件
"ydl-tuicore"
:
"0.0.23"
,
//第一步
"ydl-platform"
:
"0.0.41.
39
"
,
"ydl-platform"
:
"0.0.41.
40
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.9
2
"
,
"ydl-webview"
:
"0.0.38.9
3
"
,
"ydl-media"
:
"0.0.21.52"
,
"ydl-pay"
:
"0.0.18.19"
,
"m-audioim"
:
"0.0.49.30.1
8
"
,
"m-audioim"
:
"0.0.49.30.1
9
"
,
"ydl-flutter-base"
:
"0.0.14.38"
,
...
...
@@ -49,6 +37,20 @@ ext {
"router"
:
"0.0.1"
,
"ydl-net"
:
"0.0.3.94"
,
"ydl-utils"
:
"0.0.3.8"
,
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.6"
,
"m-confide-api"
:
"0.0.2.16"
,
"m-consultant-api"
:
"0.0.5.63"
,
"m-course-api"
:
"0.0.3.6"
,
"m-fm-api"
:
"0.0.3"
,
"m-muse-api"
:
"0.0.1"
,
"m-tests-api"
:
"0.0.2"
,
"m-user-api"
:
"0.0.10.24"
,
"m-home-api"
:
"0.0.4.4"
,
"m-im-api"
:
"0.0.12.24"
,
"m-dynamic-api"
:
"0.0.3.71"
,
]
ydl_app
=
[
appName
:
"壹点灵心理咨询"
,
...
...
@@ -90,49 +92,51 @@ ext {
ydlCompileVersion
=
[
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.50.2
5
"
,
"m-consultant"
:
"0.0.60.6
7
"
,
"m-confide"
:
"0.0.50.2
6
"
,
"m-consultant"
:
"0.0.60.6
8
"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.
49
"
,
"m-user"
:
"0.0.62.
51
"
,
"m-home"
:
"0.0.23.90"
,
"m-im"
:
"0.0.21.5
7
"
,
"m-im"
:
"0.0.21.5
8
"
,
"m-dynamic"
:
"0.0.7.74"
,
"m-article"
:
"0.0.0.10"
,
"m-muse"
:
"0.0.28.
78
"
,
"m-muse"
:
"0.0.28.
81
"
,
"m-tests"
:
"0.0.24.18"
,
"m-course"
:
"0.0.43.39"
,
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.6"
,
"m-confide-api"
:
"0.0.2.16"
,
"m-consultant-api"
:
"0.0.5.63"
,
"m-course-api"
:
"0.0.3.6"
,
"m-fm-api"
:
"0.0.3"
,
"m-muse-api"
:
"0.0.1"
,
"m-tests-api"
:
"0.0.2"
,
"m-user-api"
:
"0.0.10.24"
,
"m-home-api"
:
"0.0.4.4"
,
"m-im-api"
:
"0.0.12.24"
,
"m-dynamic-api"
:
"0.0.3.71"
,
//-------------- 功能组件 --------------
//mdt 组件
"ydl-tuicore"
:
"0.0.23"
,
//第一步
"ydl-platform"
:
"0.0.41.
39
"
,
"ydl-platform"
:
"0.0.41.
40
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.9
2
"
,
"ydl-webview"
:
"0.0.38.9
3
"
,
"ydl-media"
:
"0.0.21.52"
,
"ydl-pay"
:
"0.0.18.19"
,
"m-audioim"
:
"0.0.49.30.1
8
"
,
"m-audioim"
:
"0.0.49.30.1
9
"
,
"ydl-flutter-base"
:
"0.0.14.38"
,
//以下 几乎不会动
"router"
:
"0.0.1"
,
"ydl-net"
:
"0.0.3.94"
,
"ydl-utils"
:
"0.0.3.8"
,
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.6"
,
"m-confide-api"
:
"0.0.2.16"
,
"m-consultant-api"
:
"0.0.5.63"
,
"m-course-api"
:
"0.0.3.6"
,
"m-fm-api"
:
"0.0.3"
,
"m-muse-api"
:
"0.0.1"
,
"m-tests-api"
:
"0.0.2"
,
"m-user-api"
:
"0.0.10.24"
,
"m-home-api"
:
"0.0.4.4"
,
"m-im-api"
:
"0.0.12.24"
,
"m-dynamic-api"
:
"0.0.3.71"
,
]
dependencies
=
[
...
...
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