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 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()