完成maven上传

'com.mogo.cloud:passport:1.0.0'
'com.mogo.cloud:httpdns:1.0.0'
This commit is contained in:
董宏宇
2021-01-20 12:01:24 +08:00
parent 87ed5c2a56
commit d3280d7284
5 changed files with 23 additions and 12 deletions

View File

@@ -29,6 +29,8 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation rootProject.ext.dependencies.androidxappcompat
implementation rootProject.ext.dependencies.androidxconstraintlayout
implementation project(path: ':foudations:mogo-passport')
// implementation project(path: ':foudations:mogo-passport')
implementation 'com.mogo.cloud:passport:1.0.0'
}