Commit 04a31c2c by 刘鹏

feat: 4.3.98版本

parent 1fa5ffdd
......@@ -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.54",
"m-home" : "0.0.23.93",
"m-im" : "0.0.21.58",
"m-user" : "0.0.62.55",
"m-home" : "0.0.23.94",
"m-im" : "0.0.21.59",
"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.23",
"ydl-tuicore" : "0.0.25",
//第一步
"ydl-platform" : "0.0.41.40",
"ydl-platform" : "0.0.41.41",
//第二步 若干
"ydl-webview" : "0.0.38.93",
"ydl-media" : "0.0.21.52",
"ydl-pay" : "0.0.18.19",
"m-audioim" : "0.0.49.30.22",
"m-audioim" : "0.0.49.30.23",
"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.54",
"m-home" : "0.0.23.93",
"m-im" : "0.0.21.58",
"m-user" : "0.0.62.55",
"m-home" : "0.0.23.94",
"m-im" : "0.0.21.59",
"m-dynamic" : "0.0.7.74",
"m-article" : "0.0.0.10",
......@@ -108,15 +108,15 @@ ext {
//-------------- 功能组件 --------------
//mdt 组件
"ydl-tuicore" : "0.0.23",
"ydl-tuicore" : "0.0.25",
//第一步
"ydl-platform" : "0.0.41.40",
"ydl-platform" : "0.0.41.41",
//第二步 若干
"ydl-webview" : "0.0.38.93",
"ydl-media" : "0.0.21.52",
"ydl-pay" : "0.0.18.19",
"m-audioim" : "0.0.49.30.22",
"m-audioim" : "0.0.49.30.23",
"ydl-flutter-base": "0.0.14.38",
//以下 几乎不会动
......
......@@ -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){
......
......@@ -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"]
}
}
......@@ -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) {
......
......@@ -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
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