@@ -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",
|
||||
|
||||
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user