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
d441ce47
Commit
d441ce47
authored
Nov 14, 2019
by
严久程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
版本
parent
1d3448bf
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
17 additions
and
11 deletions
+17
-11
config.gradle
config.gradle
+3
-2
gradle.properties
m-audioim/gradle.properties
+2
-2
build.gradle
m-course/build.gradle
+2
-0
gradle.properties
ydl-media/gradle.properties
+2
-2
build.gradle
ydl-pay/build.gradle
+1
-1
gradle.properties
ydl-pay/gradle.properties
+3
-0
gradle.properties
ydl-platform/gradle.properties
+2
-2
gradle.properties
ydl-webview/gradle.properties
+2
-2
No files found.
config.gradle
View file @
d441ce47
ext
{
kotlin_version
=
'1.3.21'
dev_mode
=
tru
e
dev_mode
=
fals
e
ydl_app
=
[
appName
:
"心理咨询壹点灵"
,
...
...
@@ -174,12 +174,13 @@ ext {
"ydl-flutter"
:
'com.ydl:ydl-flutter:0.0.2@aar'
,
//基础组件 <<--- 先发这个,发完改这里的版本号
"ydl-platform"
:
'com.ydl:ydl-platform:0.0.1
6
@aar'
,
"ydl-platform"
:
'com.ydl:ydl-platform:0.0.1
7
@aar'
,
//功能组件 <<--- 再发这些,发完改这里的版本号
"ydl-webview"
:
'com.ydl:ydl-webview:0.0.16@aar'
,
"ydl-media"
:
'com.ydl:ydl-media:0.0.5@aar'
,
"ydl-audioim"
:
'com.ydl:m-audioim:0.0.4@aar'
,
"ydl-pay"
:
'com.ydl:ydl-pay:0.0.1@aar'
,
//业务组件 <<--- 最后发这些(只发改过的)
"ydl-m-user-api"
:
'com.ydl:m-user-api:0.0.5'
,
...
...
m-audioim/gradle.properties
View file @
d441ce47
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.4
\ No newline at end of file
VERSION_NAME
=
0.0.5
\ No newline at end of file
m-course/build.gradle
View file @
d441ce47
...
...
@@ -80,6 +80,8 @@ dependencies {
//发布时使用
compileOnly
rootProject
.
ext
.
dependencies
[
"ydl-m-user-api"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-webview"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-media"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-pay"
]
api
(
rootProject
.
ext
.
dependencies
[
"ydl-platform"
])
{
transitive
=
true
}
...
...
ydl-media/gradle.properties
View file @
d441ce47
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.5
\ No newline at end of file
VERSION_NAME
=
0.0.6
\ No newline at end of file
ydl-pay/build.gradle
View file @
d441ce47
...
...
@@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
apply
plugin:
'kotlin-android'
apply
plugin:
'kotlin-kapt'
apply
plugin:
'kotlin-android-extensions'
apply
from:
"../maven_push.gradle"
android
{
compileSdkVersion
28
...
...
@@ -56,7 +57,6 @@ dependencies {
api
'com.umeng.sdk:share-wechat:6.9.1'
api
rootProject
.
ext
.
dependencies
[
"ydl-hnet"
]
if
(
rootProject
.
ext
.
dev_mode
){
//开发时使用
api
project
(
':ydl-platform'
)
...
...
ydl-pay/gradle.properties
0 → 100644
View file @
d441ce47
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.1
\ No newline at end of file
ydl-platform/gradle.properties
View file @
d441ce47
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.16
\ No newline at end of file
VERSION_NAME
=
0.0.17
\ No newline at end of file
ydl-webview/gradle.properties
View file @
d441ce47
IS_PUBLISH
=
true
VERSION_NAME
=
0.0.16
\ No newline at end of file
VERSION_NAME
=
0.0.17
\ 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