From b19e6b4fd00c494f7e46a6714c4650d96d6b01c1 Mon Sep 17 00:00:00 2001 From: lixiaopeng Date: Mon, 25 Jan 2021 20:09:08 +0800 Subject: [PATCH 1/2] opt --- .idea/gradle.xml | 1 + modules/mogo-tanlu/build.gradle | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.idea/gradle.xml b/.idea/gradle.xml index 54349e6..7abdbfc 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -23,6 +23,7 @@ diff --git a/modules/mogo-tanlu/build.gradle b/modules/mogo-tanlu/build.gradle index 529eb99..a40e578 100644 --- a/modules/mogo-tanlu/build.gradle +++ b/modules/mogo-tanlu/build.gradle @@ -31,10 +31,8 @@ dependencies { implementation fileTree(dir: "libs", include: ["*.jar"]) implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" implementation rootProject.ext.dependencies.androidxccorektx - implementation rootProject.ext.dependencies.androidxappcompat implementation rootProject.ext.dependencies.androidxconstraintlayout - implementation rootProject.ext.dependencies.rxjava implementation rootProject.ext.dependencies.rxandroid @@ -46,4 +44,4 @@ dependencies { } -apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString() \ No newline at end of file +apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString() From 75a574bab7acdf6dc4d2c151505084056e655af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Mon, 25 Jan 2021 20:11:04 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 5c4859f..64d3861 100644 --- a/gradle.properties +++ b/gradle.properties @@ -23,7 +23,7 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/ USERNAME=xintai PASSWORD=xintai2018 # 编译模式: false - 依赖本地版本, true - 依赖 maven 版本 -RELEASE=true +RELEASE=false # AI CLOUD 云平台 MOGO_COMMONS_VERSION=1.0.6-SNAPSHOT MOGO_HTTPDNS_VERSION=1.0.6-SNAPSHOT