diff --git a/.idea/misc.xml b/.idea/misc.xml index cd77a1f062..21e99e2dc0 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/config.gradle b/config.gradle index 555c961b34..9c48144eb6 100644 --- a/config.gradle +++ b/config.gradle @@ -171,7 +171,7 @@ targetSdkVersion : 22, modulesplash : "com.mogo.module:module-splash:${MOGO_MODULE_SPLASH_VERSION}", // 基础服务实现 - mogobaseservicesdk : "com.mogo.base:services-apk:${MOGO_BASE_SERVICES_SDK_VERSION}", - mogobaseserviceapk : "com.mogo.base:services-sdk:${MOGO_BASE_SERVICES_APK_VERSION}", + mogobaseservicesdk : "com.mogo.base:services-sdk:${MOGO_BASE_SERVICES_SDK_VERSION}", + mogobaseserviceapk : "com.mogo.base:services-apk:${MOGO_BASE_SERVICES_APK_VERSION}", ] } \ No newline at end of file diff --git a/foudations/mogo-base-services-sdk/gradle.properties b/foudations/mogo-base-services-sdk/gradle.properties index a753d03b00..ce31a0de78 100644 --- a/foudations/mogo-base-services-sdk/gradle.properties +++ b/foudations/mogo-base-services-sdk/gradle.properties @@ -1,3 +1,3 @@ -GROUP=com.mogo.connection -POM_ARTIFACT_ID=mogo-base-services-sdk -VERSION_CODE=1 +GROUP=com.mogo.base +POM_ARTIFACT_ID=services-sdk +VERSION_CODE=1 \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 2854537f48..12d0a3d336 100644 --- a/gradle.properties +++ b/gradle.properties @@ -26,7 +26,7 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/ USERNAME=xintai PASSWORD=xintai2018 # 编译模式: false - 依赖本地版本, true - 依赖 maven 版本 -RELEASE=false +RELEASE=true # 模块版本 ## 工程内模块 MOGO_COMMONS_VERSION=1.2.1.20