升级到 gradle-6.1.1-all

Signed-off-by: 董宏宇 <martindhy@gmail.com>
This commit is contained in:
董宏宇
2021-10-11 15:07:33 +08:00
parent f15370641b
commit c84022adde
4 changed files with 4 additions and 4 deletions

View File

@@ -130,7 +130,7 @@ ext {
// OBU
moduleobu : "com.mogo.module:module-obu:${MOGO_MODULE_OBU_VERSION}",
moduleobumogo : "com.mogo.module:module-obu:${MOGO_MODULE_OBU_MOGO_VERSION}",
crashwarning : "com.mogo.module:module-crash-warning:1.1.0",
carmanager : "com.zhidao.carmanager:common:1.0.30@aar",
//
jetbrainsannotationsjava5 : "org.jetbrains:annotations-java5:15.0",

View File

@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip

View File

@@ -40,7 +40,7 @@ dependencies {
implementation rootProject.ext.dependencies.rxjava
implementation rootProject.ext.dependencies.rxandroid
implementation rootProject.ext.dependencies.obusdk
implementation rootProject.ext.dependencies.crashwarning
implementation rootProject.ext.dependencies.carmanager
if (Boolean.valueOf(RELEASE)) {
implementation rootProject.ext.dependencies.modulecommon

View File

@@ -51,7 +51,7 @@ dependencies {
api rootProject.ext.dependencies.mogoaicloudrealtime
api rootProject.ext.dependencies.fresco
api rootProject.ext.dependencies.crashwarning
api rootProject.ext.dependencies.carmanager
if (Boolean.valueOf(RELEASE)) {
api rootProject.ext.dependencies.mogomapapi