From b9213c3cb5ed2ebf84a4a49ac4479b655baedcc4 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 25 Mar 2020 14:39:22 +0800 Subject: [PATCH] merge problem fix --- config.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.gradle b/config.gradle index 720ff3a467..ddf2cc8b7d 100644 --- a/config.gradle +++ b/config.gradle @@ -109,6 +109,8 @@ ext { modulefreshnews : "com.mogo.module:module-freshnews:${MOGO_MODULE_FRESH_NEWS_VERSION}", //统一返回键 mogomoduleback : "com.mogo.module:module-back:${MOGO_MODULE_BACK_VERSION}", + mogomoduleauth : "com.mogo.module:module-authorize:${MOGO_MODULE_AUTHORIZE_VERSION}", + mogomoduleguide : "com.mogo.module:module-guide:${MOGO_MODULE_GUIDE_VERSION}", // 长链 socketsdk : 'com.zhidao.socketsdk:socketsdk:2.1.1', socketsdkconnsvrprotoco : 'com.zhidao.ptech:connsvr-protoco:0.1.23', @@ -132,7 +134,5 @@ ext { coroutinescore : "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.1.1", coroutinesandroid : "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.1.1", - //授权 - mogomoduleauth : "com.mogo.module:module-authorize:${MOGO_MODULE_AUTHORIZE}", ] } \ No newline at end of file