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
5e49bf67
Commit
5e49bf67
authored
Nov 13, 2019
by
徐健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
platform引入flutter
parent
381f2ac1
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
8 deletions
+17
-8
build.gradle
app/build.gradle
+3
-0
config.gradle
config.gradle
+2
-1
build.gradle
m-fm/build.gradle
+4
-2
build.gradle
m-muse/build.gradle
+4
-2
modular.gradle
m-muse/modular.gradle
+1
-1
build.gradle
ydl-platform/build.gradle
+1
-0
gradle.properties
ydl-platform/gradle.properties
+2
-2
flutter-muse.aar
ydl-platform/libs/flutter-muse.aar
+0
-0
No files found.
app/build.gradle
View file @
5e49bf67
...
...
@@ -177,6 +177,9 @@ dependencies {
implementation
project
(
':ydl-media'
)
implementation
project
(
':m-muse'
)
// api rootProject.ext.dependencies["ydl-m-fm-module-ydl"]
// api rootProject.ext.dependencies["ydl-m-fm-api"]
api
project
(
':m-fm'
)
...
...
config.gradle
View file @
5e49bf67
...
...
@@ -172,9 +172,10 @@ ext {
"ydl-user-router"
:
'com.ydl:router:1.0.0-SNAPSHOT@aar'
,
//功能组件
"ydl-platform"
:
'com.ydl:ydl-platform:0.0.1
3
@aar'
,
"ydl-platform"
:
'com.ydl:ydl-platform:0.0.1
5
@aar'
,
"ydl-webview"
:
'com.ydl:ydl-webview:0.0.15@aar'
,
"ydl-media"
:
'com.ydl:ydl-media:0.0.4@aar'
,
"ydl-flutter"
:
'com.ydl:ydl-flutter:0.0.2@aar'
,
//业务组件
"ydl-m-user-api"
:
'com.ydl:m-user-api:0.0.5'
,
...
...
m-fm/build.gradle
View file @
5e49bf67
...
...
@@ -78,9 +78,11 @@ dependencies {
implementation
project
(
':ydl-media'
)
}
else
{
//发布时使用
implementation
"com.ydl:ydl-media:0.0.4@aar"
implementation
rootProject
.
ext
.
dependencies
[
"ydl-media"
]
implementation
rootProject
.
ext
.
dependencies
[
"ydl-m-user-api"
]
implementation
rootProject
.
ext
.
dependencies
[
"ydl-platform"
]
implementation
(
rootProject
.
ext
.
dependencies
[
"ydl-platform"
])
{
transitive
=
true
}
}
}
m-muse/build.gradle
View file @
5e49bf67
...
...
@@ -68,7 +68,9 @@ dependencies {
implementation
project
(
':ydl-media'
)
}
else
{
//发布时使用
implementation
project
(
':ydl-media'
)
implementation
rootProject
.
ext
.
dependencies
[
"ydl-platform"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-media"
]
api
(
rootProject
.
ext
.
dependencies
[
"ydl-platform"
])
{
transitive
=
true
}
}
}
m-muse/modular.gradle
View file @
5e49bf67
...
...
@@ -15,7 +15,7 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-muse-module-ydl"
// 上报的 壹点灵 业务模块 aar 包的版本号
version
=
"0.0.
1
"
version
=
"0.0.
4
"
}
}
...
...
ydl-platform/build.gradle
View file @
5e49bf67
...
...
@@ -77,6 +77,7 @@ dependencies {
api
rootProject
.
ext
.
dependencies
[
"ydl-hnet"
]
api
rootProject
.
ext
.
dependencies
[
"imagepicker"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-utils"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-flutter"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-net"
]
api
(
rootProject
.
ext
.
dependencies
[
"ydl-js"
])
{
transitive
=
true
...
...
ydl-platform/gradle.properties
View file @
5e49bf67
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.13
\ No newline at end of file
VERSION_NAME
=
0.0.15
\ No newline at end of file
ydl-platform/libs/flutter-muse.aar
deleted
100644 → 0
View file @
381f2ac1
File deleted
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