diff --git a/gradle.properties b/gradle.properties index 832da15ccb..9db77184f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -24,7 +24,7 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/ USERNAME=xintai PASSWORD=xintai2018 # 编译模式: false - 依赖本地版本, true - 依赖 maven 版本 -RELEASE=false +RELEASE=true # 模块版本 DEMO_MODULE_MAP_VERSION=1.0.0-SNAPSHOT DEMO_MODULE_MAP2_VERSION=1.0.0-SNAPSHOT diff --git a/foudations/mogo-commons/src/main/res/values-ldpi/dimens.xml b/modules/mogo-module-common/src/main/res/values-ldpi/dimens.xml similarity index 100% rename from foudations/mogo-commons/src/main/res/values-ldpi/dimens.xml rename to modules/mogo-module-common/src/main/res/values-ldpi/dimens.xml diff --git a/foudations/mogo-commons/src/main/res/values-xhdpi/dimens.xml b/modules/mogo-module-common/src/main/res/values-xhdpi/dimens.xml similarity index 100% rename from foudations/mogo-commons/src/main/res/values-xhdpi/dimens.xml rename to modules/mogo-module-common/src/main/res/values-xhdpi/dimens.xml