diff --git a/build.gradle b/build.gradle index c4e616ce7b..92ae14d02d 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ buildscript { dependencies { classpath "com.android.tools.build:gradle:${gradle_version}" classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}" - classpath "com.alibaba:arouter-register:${plugin_version}" + classpath "com.alibaba:arouter-register:10.0.5_mogo" classpath 'com.tencent.bugly:symtabfileuploader:2.2.1' classpath "com.bytedance.android.byteX:base-plugin:${plugin_version}" classpath "com.mogo.cloud:hook:${plugin_version}" diff --git a/gradle.properties b/gradle.properties index c79679d23b..f24d77a08e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -146,7 +146,6 @@ ADAS_DATA_LIB_CHILD_VERSION=.4 # 是否支持patch升级 PATCH_UPGRADE_SUPPORT=true -MOGO_PLUGIN_VERSION=1.0.0.31 # 线程优化版本 THREAD_OPT_VERSION=4.0.1