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
ad1e5e44
Commit
ad1e5e44
authored
Mar 06, 2020
by
严久程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
im 私聊问题修复,flutter升级
parent
1cdc45b4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
13 deletions
+13
-13
MainActivity.kt
app/src/main/java/com/ydl/component/MainActivity.kt
+2
-2
config.gradle
config.gradle
+11
-11
device_info-release.aar
ydl-flutter-base/aars/device_info-release.aar
+0
-0
device_info-release.aar
ydl-flutter-base/libs/device_info-release.aar
+0
-0
No files found.
app/src/main/java/com/ydl/component/MainActivity.kt
View file @
ad1e5e44
...
...
@@ -27,7 +27,7 @@ import com.ydl.ydlcommon.mvp.lce.BaseLceActivity
import
com.ydl.ydlcommon.router.IYDLRouterConstant
import
com.yidianling.common.tools.ToastUtil
//import com.yidianling.consultant.ExpertSearchActivity.Companion.HOT_SEARCH_DOCTOR_NAME
import
com.yidianling.consultant.api.IConsultantService
//
import com.yidianling.consultant.api.IConsultantService
import
com.yidianling.fm.api.service.IFMService
import
com.yidianling.tests.home.NewTestHomeActivity
import
com.yidianling.user.widget.SecretDescriptionDialog
...
...
@@ -239,7 +239,7 @@ class MainActivity : BaseLceActivity<DemoContract.View, DemoContract.Presenter>(
override
fun
onPause
()
{
super
.
onPause
()
ModularServiceManager
.
provide
(
IConsultantService
::
class
.
java
).
hideConsultAssistantDialog
()
//
ModularServiceManager.provide(IConsultantService::class.java).hideConsultAssistantDialog()
}
...
...
config.gradle
View file @
ad1e5e44
...
...
@@ -42,17 +42,17 @@ ext {
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.48.
3
"
,
"m-confide"
:
"0.0.48.
6
"
,
"m-consultant"
:
"0.0.57.4"
,
"m-fm"
:
"0.0.2
8
"
,
"m-fm"
:
"0.0.2
9.3
"
,
"m-user"
:
"0.0.58.2"
,
"m-home"
:
"0.0.19.1"
,
"m-im"
:
"0.0.15.
2
"
,
"m-im"
:
"0.0.15.
6
"
,
"m-dynamic"
:
"0.0.6.1"
,
"m-muse"
:
"0.0.2
7
"
,
"m-tests"
:
"0.0.2
1
"
,
"m-course"
:
"0.0.4
0.1
"
,
"m-muse"
:
"0.0.2
8.9
"
,
"m-tests"
:
"0.0.2
4.0
"
,
"m-course"
:
"0.0.4
2.0
"
,
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.5"
,
...
...
@@ -75,8 +75,8 @@ ext {
"ydl-webview"
:
"0.0.37.1"
,
"ydl-media"
:
"0.0.20"
,
"ydl-pay"
:
"0.0.17"
,
"m-audioim"
:
"0.0.4
7.7
"
,
"ydl-flutter-base"
:
"0.0.10.
4
"
,
"m-audioim"
:
"0.0.4
8.1
"
,
"ydl-flutter-base"
:
"0.0.10.
9
"
,
//以下 几乎不会动
"router"
:
"0.0.1"
,
...
...
@@ -121,8 +121,8 @@ ext {
"ydl-webview"
:
"0.0.37.1"
,
"ydl-media"
:
"0.0.20"
,
"ydl-pay"
:
"0.0.17"
,
"m-audioim"
:
"0.0.4
7.7
"
,
"ydl-flutter-base"
:
"0.0.10"
,
"m-audioim"
:
"0.0.4
8.1
"
,
"ydl-flutter-base"
:
"0.0.10
.9
"
,
//以下 几乎不会动
"router"
:
"0.0.1"
,
...
...
@@ -270,7 +270,7 @@ ext {
//flutter功能组件升级===>发布ydl-flutter组件===>引用flutter相关的业务模块
"ydl-flutter-base"
:
"com.ydl:ydl-flutter-base:${ydlCompileVersion["
ydl
-
flutter
-
base
"]}"
,
//组件化项目中的flutter base模块
"ydl-flutter"
:
"com.ydl:ydl-flutter:0.0.1
7
.0@aar"
,
//flutter aar
"ydl-flutter"
:
"com.ydl:ydl-flutter:0.0.1
8
.0@aar"
,
//flutter aar
"ydl-flutter-sp"
:
"com.ydl:ydl-flutter-sp:0.0.2@aar"
,
//flutter 缓存 aar
//基础组件 <<--- 先发这个,发完改这里的版本号
...
...
ydl-flutter-base/aars/device_info-release.aar
0 → 100644
View file @
ad1e5e44
File added
ydl-flutter-base/libs/device_info-release.aar
0 → 100644
View file @
ad1e5e44
File added
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