修复UI-175

This commit is contained in:
zhangyuanzhen
2020-02-12 21:06:17 +08:00
parent 80a4b22809
commit 13463aa79b
5 changed files with 53 additions and 5 deletions

View File

@@ -45,6 +45,9 @@ dependencies {
implementation project(":foudations:mogo-utils")
compileOnly project(":libraries:mogo-map-api")
}
api 'org.greenrobot:eventbus:3.1.1'
}
apply from: new File(rootProject.rootDir, "gradle/upload.gradle").toString()