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
ab643681
Commit
ab643681
authored
Sep 01, 2021
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:升级platform版本
parent
9bdf4eb4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
config.gradle
config.gradle
+3
-2
build.gradle
ydl-platform/build.gradle
+3
-0
No files found.
config.gradle
View file @
ab643681
...
...
@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.40.
21
"
,
"ydl-platform"
:
"0.0.40.
34
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.47"
,
...
...
@@ -115,7 +115,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.40.
21
"
,
"ydl-platform"
:
"0.0.40.
34
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.47"
,
...
...
@@ -262,6 +262,7 @@ ext {
"imagepicker"
:
"com.ydl:imagepicker:1.0.8.2"
,
"pictureselector"
:
"com.ydl:pictureselector:1.2.0"
,
"protector"
:
"com.ydl:protector:1.0.1-SNAPSHOT@aar"
,
"blankUtil"
:
"com.blankj:utilcode:1.25.9"
,
"ydl-hnet"
:
"com.ydl:h-net:0.0.8"
,
"ydl-user-router"
:
"com.ydl:router:1.0.0-SNAPSHOT@aar"
,
"ydl-device"
:
"com.ydl:device-id:0.0.30@aar"
,
...
...
ydl-platform/build.gradle
View file @
ab643681
...
...
@@ -108,6 +108,9 @@ dependencies {
api
(
rootProject
.
ext
.
dependencies
[
"protector"
])
{
transitive
=
true
}
api
(
rootProject
.
ext
.
dependencies
[
"blankUtil"
])
{
transitive
=
true
}
api
(
rootProject
.
ext
.
dependencies
[
"ydl-image"
])
{
transitive
=
true
}
...
...
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