From 78f87fbfd6bfea4864d50fdf518fef6574638cd8 Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Wed, 18 Mar 2020 14:41:38 +0800 Subject: [PATCH] opt --- app/build.gradle | 4 +++- gradle.properties | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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