logic perform upgrade

This commit is contained in:
zhongchao
2021-09-01 16:21:42 +08:00
parent dc1adf80d0
commit 9b41205800
62 changed files with 109 additions and 168 deletions

View File

@@ -34,10 +34,8 @@ dependencies {
api rootProject.ext.dependencies.arouter
if (Boolean.valueOf(RELEASE)) {
implementation rootProject.ext.dependencies.mogoutils
implementation rootProject.ext.dependencies.mogocommons
} else {
implementation project(':foudations:mogo-utils')
implementation project(':foudations:mogo-commons')
}
}