增加了Maven依赖关系
This commit is contained in:
@@ -28,6 +28,10 @@ android {
|
||||
dependencies {
|
||||
implementation fileTree(dir: "libs", include: ["*.jar"])
|
||||
implementation project(path: ':foudations:mogo-passport')
|
||||
implementation project(":foudations:mogo-commons")
|
||||
implementation project(":foudations:mogo-socket")
|
||||
|
||||
// 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'
|
||||
|
||||
}
|
||||
4
modules/mogo-realtime/gradle.properties
Normal file
4
modules/mogo-realtime/gradle.properties
Normal file
@@ -0,0 +1,4 @@
|
||||
GROUP=com.mogo.cloud
|
||||
POM_ARTIFACT_ID=realtime
|
||||
VERSION_CODE=1
|
||||
VERSION_NAME=1.0.1-SNAPSHOT
|
||||
@@ -37,6 +37,10 @@ dependencies {
|
||||
|
||||
implementation rootProject.ext.dependencies.rxjava
|
||||
implementation rootProject.ext.dependencies.rxandroid
|
||||
implementation project(path: ':foudations:mogo-commons')
|
||||
|
||||
}
|
||||
// implementation project(path: ':foudations:mogo-commons')
|
||||
implementation 'com.mogo.cloud:commons:1.0.2-SNAPSHOT'
|
||||
|
||||
}
|
||||
|
||||
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()
|
||||
@@ -1,4 +1,4 @@
|
||||
GROUP=com.mogo.cloud
|
||||
POM_ARTIFACT_ID=tanlu
|
||||
VERSION_CODE=1
|
||||
VERSION_NAME=1.0.0
|
||||
VERSION_NAME=1.0.1-SNAPSHOT
|
||||
Reference in New Issue
Block a user