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
0fd403d0
Commit
0fd403d0
authored
May 19, 2020
by
ydl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修复devicedId为空的问题
parent
d56f4077
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
15 deletions
+15
-15
config.gradle
config.gradle
+14
-14
YdlRepository.kt
ydl-platform/src/main/java/com/ydl/ydlcommon/app/YdlRepository.kt
+1
-1
No files found.
config.gradle
View file @
0fd403d0
...
...
@@ -5,18 +5,18 @@ ext {
ydlPublishVersion
=
[
// -------------- 业务模块 --------------
//第三步 若干
"m-confide"
:
"0.0.48.
52
"
,
"m-consultant"
:
"0.0.59.
1
0"
,
"m-fm"
:
"0.0.
29.9
"
,
"m-user"
:
"0.0.60.
12
"
,
"m-home"
:
"0.0.22.
5
"
,
"m-im"
:
"0.0.18.
1
0"
,
"m-dynamic"
:
"0.0.7.7"
,
"m-article"
:
"0.0.0.
5
"
,
"m-confide"
:
"0.0.48.
71
"
,
"m-consultant"
:
"0.0.59.
2
0"
,
"m-fm"
:
"0.0.
30.00
"
,
"m-user"
:
"0.0.60.
20
"
,
"m-home"
:
"0.0.22.
70
"
,
"m-im"
:
"0.0.18.
2
0"
,
"m-dynamic"
:
"0.0.7.7
0
"
,
"m-article"
:
"0.0.0.
6
"
,
"m-muse"
:
"0.0.28.
12
"
,
"m-tests"
:
"0.0.24.
7
"
,
"m-course"
:
"0.0.42.
5
"
,
"m-muse"
:
"0.0.28.
20
"
,
"m-tests"
:
"0.0.24.
10
"
,
"m-course"
:
"0.0.42.
6
"
,
//-------------- 业务模块 API 层 --------------
"m-audioim-api"
:
"0.0.6"
,
...
...
@@ -33,7 +33,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.39.
26
"
,
"ydl-platform"
:
"0.0.39.
32
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.32"
,
...
...
@@ -114,7 +114,7 @@ ext {
//-------------- 功能组件 --------------
//第一步
"ydl-platform"
:
"0.0.39.2
6
"
,
"ydl-platform"
:
"0.0.39.2
9
"
,
//第二步 若干
"ydl-webview"
:
"0.0.38.31"
,
...
...
@@ -263,7 +263,7 @@ ext {
"protector"
:
"com.ydl:protector:1.0.1-SNAPSHOT@aar"
,
"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.
9
@aar"
,
"ydl-device"
:
"com.ydl:device-id:0.0.
10
@aar"
,
"ydl-net"
:
"com.ydl:ydl-net:${ydlCompileVersion["
ydl
-
net
"]}"
,
"ydl-utils"
:
"com.ydl:ydl-utils:${ydlCompileVersion["
ydl
-
utils
"]}"
,
...
...
ydl-platform/src/main/java/com/ydl/ydlcommon/app/YdlRepository.kt
View file @
0fd403d0
...
...
@@ -28,7 +28,7 @@ object YdlRepository {
// 需要在主 module 的 application 的 onCreate 方法中调用此方法
fun
initApp
(
app
:
Application
,
isDebug
:
Boolean
)
{
if
(
Build
.
VERSION
.
SDK_INT
>
Build
.
VERSION_CODES
.
P
)
{
if
(
Build
.
VERSION
.
SDK_INT
>
=
Build
.
VERSION_CODES
.
P
)
{
JLibrary
.
InitEntry
(
app
)
}
if
(
AppProgressUtils
.
isMainProcess
(
app
)){
...
...
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