From f93d15f80a14d535a8e837183f47b2d2baba1c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A3=E5=AE=8F=E5=AE=87?= Date: Mon, 6 Jan 2020 12:03:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E9=80=82=E9=85=8D=E6=96=B9=E6=A1=88?= =?UTF-8?q?=E8=BF=81=E7=A7=BB=E5=88=B0=E5=9F=BA=E7=A1=80=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 2 +- .../mogo-module-common}/src/main/res/values-ldpi/dimens.xml | 0 .../mogo-module-common}/src/main/res/values-xhdpi/dimens.xml | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {foudations/mogo-commons => modules/mogo-module-common}/src/main/res/values-ldpi/dimens.xml (100%) rename {foudations/mogo-commons => modules/mogo-module-common}/src/main/res/values-xhdpi/dimens.xml (100%) 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