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
9d5c5ea8
Commit
9d5c5ea8
authored
May 19, 2022
by
万齐军
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 版本处理
parent
258d2d7e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
config.gradle
config.gradle
+4
-4
build.gradle
m-confide/build.gradle
+1
-0
No files found.
config.gradle
View file @
9d5c5ea8
...
...
@@ -35,7 +35,7 @@ ext {
//mdt 组件
"ydl-tuicore"
:
"0.0.22"
,
//第一步
"ydl-platform"
:
"0.0.41.
00
"
,
"ydl-platform"
:
"0.0.41.
1
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.62"
,
...
...
@@ -47,7 +47,7 @@ ext {
//以下 几乎不会动
"router"
:
"0.0.1"
,
"ydl-net"
:
"0.0.3.93"
,
"ydl-utils"
:
"0.0.3.
4
"
,
"ydl-utils"
:
"0.0.3.
5
"
,
]
ydl_app
=
[
appName
:
"壹点灵心理咨询"
,
...
...
@@ -119,7 +119,7 @@ ext {
//mdt组件
"ydl-tuicore"
:
"0.0.22"
,
//第一步
"ydl-platform"
:
"0.0.41.
00
"
,
"ydl-platform"
:
"0.0.41.
1
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.62"
,
...
...
@@ -131,7 +131,7 @@ ext {
//以下 几乎不会动
"router"
:
"0.0.1"
,
"ydl-net"
:
"0.0.3.93"
,
"ydl-utils"
:
"0.0.3.
4
"
,
"ydl-utils"
:
"0.0.3.
5
"
,
]
dependencies
=
[
...
...
m-confide/build.gradle
View file @
9d5c5ea8
...
...
@@ -82,6 +82,7 @@ dependencies {
// 注意此处的依赖方式:kotlin中使用和java中使用方式有不同
kapt
"com.alibaba:arouter-compiler:$arouter_compiler"
implementation
'com.alibaba:fastjson:1.2.38'
implementation
"com.ydl:jjdxm-ijkplayer:0.0.33"
api
rootProject
.
ext
.
dependencies
[
"ydl-user-router"
]
implementation
modularPublication
(
'com.ydl:m-consultant-api'
)
...
...
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