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
ff99ca2d
Commit
ff99ca2d
authored
Nov 08, 2019
by
徐健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
backup
parent
88e96e5e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
build.gradle
m-fm/build.gradle
+2
-4
modular.gradle
m-fm/modular.gradle
+1
-1
No files found.
m-fm/build.gradle
View file @
ff99ca2d
...
...
@@ -79,10 +79,8 @@ dependencies {
}
else
{
//发布时使用
implementation
project
(
':ydl-media'
)
api
rootProject
.
ext
.
dependencies
[
"ydl-m-user-api"
]
api
(
rootProject
.
ext
.
dependencies
[
"ydl-platform"
])
{
transitive
=
true
}
implementation
rootProject
.
ext
.
dependencies
[
"ydl-m-user-api"
]
implementation
rootProject
.
ext
.
dependencies
[
"ydl-platform"
]
}
}
m-fm/modular.gradle
View file @
ff99ca2d
...
...
@@ -15,7 +15,7 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-fm-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号
version
=
"0.0.
1
"
version
=
"0.0.
6
"
}
}
...
...
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