Update map version

This commit is contained in:
martindhy
2021-09-07 01:30:33 +08:00
parent fc5503de1d
commit ae6a736f2c
7 changed files with 97 additions and 131 deletions

View File

@@ -50,13 +50,13 @@ dependencies {
if (Boolean.valueOf(RELEASE)) {
implementation rootProject.ext.dependencies.mogoutils
api rootProject.ext.dependencies.mogocommons
implementation rootProject.ext.dependencies.mogocommons
implementation rootProject.ext.dependencies.modulecommon
implementation rootProject.ext.dependencies.mogomoduleauth
implementation rootProject.ext.dependencies.moduleservice
} else {
implementation project(":foudations:mogo-utils")
api project(":foudations:mogo-commons")
implementation project(":foudations:mogo-commons")
implementation project(':modules:mogo-module-common')
implementation project(':modules:mogo-module-authorize')
implementation project(':modules:mogo-module-service')