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
8a84fd37
Commit
8a84fd37
authored
Nov 06, 2019
by
徐健
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
FM模块aar和FM接口模块jar上传
parent
b501f35b
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
8 deletions
+16
-8
build.gradle
app/build.gradle
+6
-1
config.gradle
config.gradle
+5
-4
build.gradle
m-fm/build.gradle
+2
-0
modular.gradle
m-fm/modular.gradle
+1
-1
gradle.properties
ydl-platform/gradle.properties
+2
-2
No files found.
app/build.gradle
View file @
8a84fd37
...
...
@@ -168,7 +168,6 @@ dependencies {
if
(
true
)
{
//开发模式
api
project
(
':m-user'
)
api
project
(
':m-fm'
)
api
project
(
':m-tests'
)
api
project
(
':m-consultant'
)
api
(
project
(
':ydl-platform'
)){
...
...
@@ -176,6 +175,12 @@ dependencies {
}
implementation
project
(
':ydl-webview'
)
implementation
project
(
':ydl-media'
)
// api rootProject.ext.dependencies["ydl-m-fm-module-ydl"]
// api rootProject.ext.dependencies["ydl-m-fm-api"]
api
project
(
':m-fm'
)
implementation
modularPublication
(
'com.ydl:m-fm-api'
)
}
else
{
//发布模式
api
'com.ydl:m-user-module-ydl:0.0.6'
...
...
config.gradle
View file @
8a84fd37
ext
{
kotlin_version
=
'1.3.21'
dev_mode
=
fals
e
dev_mode
=
tru
e
ydl_app
=
[
appName
:
"心理咨询壹点灵"
,
...
...
@@ -172,10 +172,11 @@ ext {
//Modular Api
"ydl-user-router"
:
'com.ydl:router:1.0.0-SNAPSHOT@aar'
,
"ydl-platform"
:
'com.ydl:ydl-platform:0.0.1
1
@aar'
,
"ydl-platform"
:
'com.ydl:ydl-platform:0.0.1
2
@aar'
,
"ydl-m-user-api"
:
'com.ydl:m-user-api:0.0.5'
,
"ydl-webview"
:
'com.ydl:ydl-webview:0.0.14@aar'
,
"ydl-m-muse-api"
:
'com.ydl:m-muse-api:0.0.1@aar'
,
"ydl-m-fm-api"
:
'com.ydl:m-fm-api:0.0.1@aar'
"ydl-m-muse-api"
:
'com.ydl:m-muse-api:0.0.1'
,
"ydl-m-fm-api"
:
'com.ydl:m-fm-api:0.0.2'
,
"ydl-m-fm-module-ydl"
:
'com.ydl:m-fm-module-ydl:0.0.1@aar'
]
}
m-fm/build.gradle
View file @
8a84fd37
...
...
@@ -69,6 +69,7 @@ dependencies {
// 注意此处的依赖方式:kotlin中使用和java中使用方式有不同
kapt
"com.alibaba:arouter-compiler:$arouter_compiler"
api
rootProject
.
ext
.
dependencies
[
"ydl-user-router"
]
if
(
rootProject
.
ext
.
dev_mode
){
//开发时使用
api
project
(
":ydl-platform"
)
...
...
@@ -77,6 +78,7 @@ dependencies {
implementation
project
(
':ydl-media'
)
}
else
{
//发布时使用
implementation
project
(
':ydl-media'
)
api
rootProject
.
ext
.
dependencies
[
"ydl-m-user-api"
]
api
(
rootProject
.
ext
.
dependencies
[
"ydl-platform"
])
{
transitive
=
true
...
...
m-fm/modular.gradle
View file @
8a84fd37
...
...
@@ -24,7 +24,7 @@ modular {
groupId
=
"com.ydl"
artifactId
=
"m-fm-api"
//开发时注释掉版本号,发布api时打开
version
=
"0.0.
1
"
version
=
"0.0.
2
"
// API 层打包时需要引入的依赖
apiDependencies
{
implementation
"com.google.code.gson:gson:2.8.2"
...
...
ydl-platform/gradle.properties
View file @
8a84fd37
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.11
\ No newline at end of file
VERSION_NAME
=
0.0.12
\ No newline at end of file
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