This commit is contained in:
wangcongtao
2020-03-31 17:08:42 +08:00
parent b5ff135c5b
commit 668d91e3d2
7 changed files with 13 additions and 4 deletions

View File

@@ -28,8 +28,10 @@ dependencies {
implementation rootProject.ext.dependencies.androidxappcompat
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')
}
}