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
04a31c2c
Commit
04a31c2c
authored
Jun 22, 2022
by
刘鹏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 4.3.98版本
parent
1fa5ffdd
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
19 deletions
+21
-19
config.gradle
config.gradle
+14
-14
build.gradle
m-audioim/build.gradle
+1
-1
build.gradle
m-confide/build.gradle
+2
-1
DeviceTool.java
ydl-platform/src/main/java/com/ydl/ydlcommon/utils/DeviceTool.java
+1
-1
build.gradle
ydl-tuicore/build.gradle
+3
-2
No files found.
config.gradle
View file @
04a31c2c
...
...
@@ -5,12 +5,12 @@ ext {
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.50.
37
"
,
"m-confide"
:
"0.0.50.
40
"
,
"m-consultant"
:
"0.0.60.68"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.5
4
"
,
"m-home"
:
"0.0.23.9
3
"
,
"m-im"
:
"0.0.21.5
8
"
,
"m-user"
:
"0.0.62.5
5
"
,
"m-home"
:
"0.0.23.9
4
"
,
"m-im"
:
"0.0.21.5
9
"
,
"m-dynamic"
:
"0.0.7.74"
,
"m-article"
:
"0.0.0.10"
,
"m-muse"
:
"0.0.28.81"
,
...
...
@@ -21,15 +21,15 @@ ext {
//-------------- 功能组件 --------------
//mdt 组件
"ydl-tuicore"
:
"0.0.2
3
"
,
"ydl-tuicore"
:
"0.0.2
5
"
,
//第一步
"ydl-platform"
:
"0.0.41.4
0
"
,
"ydl-platform"
:
"0.0.41.4
1
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.93"
,
"ydl-media"
:
"0.0.21.52"
,
"ydl-pay"
:
"0.0.18.19"
,
"m-audioim"
:
"0.0.49.30.2
2
"
,
"m-audioim"
:
"0.0.49.30.2
3
"
,
"ydl-flutter-base"
:
"0.0.14.38"
,
...
...
@@ -91,12 +91,12 @@ ext {
ydlCompileVersion
=
[
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.50.
37
"
,
"m-confide"
:
"0.0.50.
40
"
,
"m-consultant"
:
"0.0.60.68"
,
"m-fm"
:
"0.0.30.09"
,
"m-user"
:
"0.0.62.5
4
"
,
"m-home"
:
"0.0.23.9
3
"
,
"m-im"
:
"0.0.21.5
8
"
,
"m-user"
:
"0.0.62.5
5
"
,
"m-home"
:
"0.0.23.9
4
"
,
"m-im"
:
"0.0.21.5
9
"
,
"m-dynamic"
:
"0.0.7.74"
,
"m-article"
:
"0.0.0.10"
,
...
...
@@ -108,15 +108,15 @@ ext {
//-------------- 功能组件 --------------
//mdt 组件
"ydl-tuicore"
:
"0.0.2
3
"
,
"ydl-tuicore"
:
"0.0.2
5
"
,
//第一步
"ydl-platform"
:
"0.0.41.4
0
"
,
"ydl-platform"
:
"0.0.41.4
1
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.93"
,
"ydl-media"
:
"0.0.21.52"
,
"ydl-pay"
:
"0.0.18.19"
,
"m-audioim"
:
"0.0.49.30.2
2
"
,
"m-audioim"
:
"0.0.49.30.2
3
"
,
"ydl-flutter-base"
:
"0.0.14.38"
,
//以下 几乎不会动
...
...
m-audioim/build.gradle
View file @
04a31c2c
...
...
@@ -75,7 +75,7 @@ dependencies {
kapt
"com.alibaba:arouter-compiler:$arouter_compiler"
api
"com.alibaba:arouter-api:$arouter_api"
implementation
"com.ydl:ydl-av:1.4.4"
api
"com.ydl:ydl-av:1.4.4"
implementation
'com.volcengine:apm_insight:1.4.6.cn'
if
(
rootProject
.
ext
.
dev_mode
){
...
...
m-confide/build.gradle
View file @
04a31c2c
...
...
@@ -68,7 +68,6 @@ dependencies {
implementation
"com.ydl:jjdxm-ijkplayer:0.0.33"
api
rootProject
.
ext
.
dependencies
[
"ydl-user-router"
]
implementation
modularPublication
(
'com.ydl:m-consultant-api'
)
if
(
rootProject
.
ext
.
dev_mode
){
//开发时使用
api
project
(
':ydl-media'
)
...
...
@@ -79,6 +78,7 @@ dependencies {
api
project
(
':ydl-utils'
)
implementation
modularPublication
(
'com.ydl:m-im-api'
)
implementation
modularPublication
(
'com.ydl:m-user-api'
)
implementation
modularPublication
(
'com.ydl:m-consultant-api'
)
implementation
project
(
':api:confide'
)
}
else
{
//发布时使用
...
...
@@ -92,5 +92,6 @@ dependencies {
compileOnly
rootProject
.
ext
.
dependencies
[
"ydl-m-im-api"
]
compileOnly
rootProject
.
ext
.
dependencies
[
"ydl-m-user-api"
]
compileOnly
rootProject
.
ext
.
dependencies
[
"ydl-m-confide-api"
]
compileOnly
rootProject
.
ext
.
dependencies
[
"ydl-m-consultant-api"
]
}
}
ydl-platform/src/main/java/com/ydl/ydlcommon/utils/DeviceTool.java
View file @
04a31c2c
...
...
@@ -93,7 +93,7 @@ public class DeviceTool {
private
static
void
gotoMeizuPermission
(
Activity
activity
)
{
Intent
intent
=
new
Intent
(
"com.meizu.safe.security.SHOW_APPSEC"
);
intent
.
addCategory
(
Intent
.
CATEGORY_DEFAULT
);
intent
.
putExtra
(
"packageName"
,
BuildConfig
.
APPLICATION_ID
);
intent
.
putExtra
(
"packageName"
,
activity
.
getPackageName
()
);
try
{
activity
.
startActivity
(
intent
);
}
catch
(
Exception
e
)
{
...
...
ydl-tuicore/build.gradle
View file @
04a31c2c
...
...
@@ -50,7 +50,7 @@ dependencies {
implementation
(
rootProject
.
ext
.
dependencies
[
"eventbus"
])
implementation
"com.blankj:utilcode:1.25.9"
api
"com.tencent.liteav:LiteAVSDK_TRTC:
latest.release
"
api
"com.tencent.imsdk:imsdk-plus:
latest.release
"
api
"com.tencent.liteav:LiteAVSDK_TRTC:
10.1.0.11109
"
api
"com.tencent.imsdk:imsdk-plus:
6.3.2609
"
}
\ 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