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
a161f1fb
Commit
a161f1fb
authored
Sep 12, 2021
by
霍志良
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:Flutter包升级
parent
2f53a958
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
config.gradle
config.gradle
+6
-6
build.gradle
ydl-flutter-base/build.gradle
+2
-2
device_info-release.aar
ydl-flutter-base/libs/device_info-release.aar
+0
-0
No files found.
config.gradle
View file @
a161f1fb
...
@@ -33,14 +33,14 @@ ext {
...
@@ -33,14 +33,14 @@ ext {
//-------------- 功能组件 --------------
//-------------- 功能组件 --------------
//第一步
//第一步
"ydl-platform"
:
"0.0.40.
34
"
,
"ydl-platform"
:
"0.0.40.
43
"
,
//第二步 若干
//第二步 若干
"ydl-webview"
:
"0.0.38.47"
,
"ydl-webview"
:
"0.0.38.47"
,
"ydl-media"
:
"0.0.21.10"
,
"ydl-media"
:
"0.0.21.10"
,
"ydl-pay"
:
"0.0.18.19"
,
"ydl-pay"
:
"0.0.18.19"
,
"m-audioim"
:
"0.0.49.29.41"
,
"m-audioim"
:
"0.0.49.29.41"
,
"ydl-flutter-base"
:
"0.0.14.2
7
"
,
"ydl-flutter-base"
:
"0.0.14.2
9
"
,
//以下 几乎不会动
//以下 几乎不会动
"router"
:
"0.0.1"
,
"router"
:
"0.0.1"
,
...
@@ -115,14 +115,14 @@ ext {
...
@@ -115,14 +115,14 @@ ext {
//-------------- 功能组件 --------------
//-------------- 功能组件 --------------
//第一步
//第一步
"ydl-platform"
:
"0.0.40.
34
"
,
"ydl-platform"
:
"0.0.40.
43
"
,
//第二步 若干
//第二步 若干
"ydl-webview"
:
"0.0.38.47"
,
"ydl-webview"
:
"0.0.38.47"
,
"ydl-media"
:
"0.0.21.10"
,
"ydl-media"
:
"0.0.21.10"
,
"ydl-pay"
:
"0.0.18.19"
,
"ydl-pay"
:
"0.0.18.19"
,
"m-audioim"
:
"0.0.49.29.41"
,
"m-audioim"
:
"0.0.49.29.41"
,
"ydl-flutter-base"
:
"0.0.14.2
7
"
,
"ydl-flutter-base"
:
"0.0.14.2
9
"
,
//以下 几乎不会动
//以下 几乎不会动
"router"
:
"0.0.1"
,
"router"
:
"0.0.1"
,
...
@@ -271,8 +271,8 @@ ext {
...
@@ -271,8 +271,8 @@ ext {
//flutter功能组件升级===>发布ydl-flutter组件===>引用flutter相关的业务模块
//flutter功能组件升级===>发布ydl-flutter组件===>引用flutter相关的业务模块
"ydl-flutter-base"
:
"com.ydl:ydl-flutter-base:${ydlCompileVersion["
ydl
-
flutter
-
base
"]}"
,
//组件化项目中的flutter base模块
"ydl-flutter-base"
:
"com.ydl:ydl-flutter-base:${ydlCompileVersion["
ydl
-
flutter
-
base
"]}"
,
//组件化项目中的flutter base模块
"ydl-flutter"
:
"com.ydl:ydl-flutter:0.0.
26
@aar"
,
//flutter aar
"ydl-flutter"
:
"com.ydl:ydl-flutter:0.0.
33
@aar"
,
//flutter aar
"ydl-flutter-sp"
:
"com.ydl:ydl-flutter-sp:0.0.2@aar"
,
//flutter 缓存 aar
//
"ydl-flutter-sp" : "com.ydl:ydl-flutter-sp:0.0.2@aar", //flutter 缓存 aar
//基础组件 <<--- 先发这个,发完改这里的版本号
//基础组件 <<--- 先发这个,发完改这里的版本号
"ydl-platform"
:
"com.ydl:ydl-platform:${ydlCompileVersion["
ydl
-
platform
"]}@aar"
,
"ydl-platform"
:
"com.ydl:ydl-platform:${ydlCompileVersion["
ydl
-
platform
"]}@aar"
,
...
...
ydl-flutter-base/build.gradle
View file @
a161f1fb
...
@@ -64,7 +64,7 @@ dependencies {
...
@@ -64,7 +64,7 @@ dependencies {
api
rootProject
.
ext
.
dependencies
[
"ydl-flutter"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-flutter"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-flutter-sp"
]
//
api rootProject.ext.dependencies["ydl-flutter-sp"]
}
else
{
}
else
{
//发布时使用
//发布时使用
...
@@ -73,7 +73,7 @@ dependencies {
...
@@ -73,7 +73,7 @@ dependencies {
}
}
//以下为flutter端的所有aar
//以下为flutter端的所有aar
api
rootProject
.
ext
.
dependencies
[
"ydl-flutter"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-flutter"
]
api
rootProject
.
ext
.
dependencies
[
"ydl-flutter-sp"
]
//
api rootProject.ext.dependencies["ydl-flutter-sp"]
}
}
}
}
...
...
ydl-flutter-base/libs/device_info-release.aar
deleted
100644 → 0
View file @
2f53a958
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