diff --git a/app/build.gradle b/app/build.gradle index c6fa98b877..daf5ae2078 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -99,7 +99,9 @@ dependencies { implementation rootProject.ext.dependencies.carcallprovider implementation rootProject.ext.dependencies.carcall implementation rootProject.ext.dependencies.modulemedia - implementation rootProject.ext.dependencies.modulefreshnews + implementation rootProject.ext.dependencies.modulefreshnews,{ + exclude group:'com.mogo.module',module:'module-onlinecar' + } implementation rootProject.ext.dependencies.modulepush,{ exclude group:'com.mogo.module',module:'module-common' diff --git a/gradle.properties b/gradle.properties index 403af9cabd..53f9622a21 100644 --- a/gradle.properties +++ b/gradle.properties @@ -63,5 +63,5 @@ MOGO_MODULE_MEDIA_VERSION=1.0.1-SNAPSHOT MOGO_MODULE_PUSH_VERSION=1.0.0-SNAPSHOT # 广告资源位 MOGO_MODULE_AD_CARD_VERSION=1.0.0-SNAPSHOT -# 新鲜水 +# 新鲜事 MOGO_MODULE_FRESH_NEWS_VERSION=1.0.2-SNAPSHOT \ No newline at end of file