解决,冲突
This commit is contained in:
@@ -29,9 +29,12 @@ dependencies {
|
||||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||
implementation project(path: ':foudations:mogo-passport')
|
||||
|
||||
// implementation project(":foudations:mogo-commons")
|
||||
implementation 'com.mogo.cloud:commons:1.0.2-SNAPSHOT'
|
||||
// implementation project(":foudations:mogo-socket")
|
||||
implementation 'com.mogo.cloud:socket:1.0.2-SNAPSHOT'
|
||||
if (Boolean.valueOf(RELEASE)) {
|
||||
implementation "com.mogo.cloud:commons:${MOGO_COMMONS_VERSION}"
|
||||
implementation "com.mogo.cloud:socket:${MOGO_SOCKET_VERSION}"
|
||||
} else {
|
||||
implementation project(":foudations:mogo-socket")
|
||||
implementation project(":foudations:mogo-commons")
|
||||
}
|
||||
|
||||
}
|
||||
@@ -38,8 +38,11 @@ dependencies {
|
||||
implementation rootProject.ext.dependencies.rxjava
|
||||
implementation rootProject.ext.dependencies.rxandroid
|
||||
|
||||
// implementation project(path: ':foudations:mogo-commons')
|
||||
implementation 'com.mogo.cloud:commons:1.0.2-SNAPSHOT'
|
||||
if (Boolean.valueOf(RELEASE)) {
|
||||
implementation "com.mogo.cloud:commons:${MOGO_COMMONS_VERSION}"
|
||||
} else {
|
||||
implementation project(path: ':foudations:mogo-commons')
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user