Commit 0fd403d0 by ydl

修复devicedId为空的问题

parent d56f4077
......@@ -5,18 +5,18 @@ ext {
ydlPublishVersion = [
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.48.52",
"m-consultant" : "0.0.59.10",
"m-fm" : "0.0.29.9",
"m-user" : "0.0.60.12",
"m-home" : "0.0.22.5",
"m-im" : "0.0.18.10",
"m-dynamic" : "0.0.7.7",
"m-article" : "0.0.0.5",
"m-confide" : "0.0.48.71",
"m-consultant" : "0.0.59.20",
"m-fm" : "0.0.30.00",
"m-user" : "0.0.60.20",
"m-home" : "0.0.22.70",
"m-im" : "0.0.18.20",
"m-dynamic" : "0.0.7.70",
"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.26",
"ydl-platform" : "0.0.39.29",
//第二步 若干
"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"]}",
......
......@@ -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)){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment