update all version and wait to public

This commit is contained in:
zhongchao
2021-07-28 17:20:33 +08:00
parent 1775c5bdd7
commit 8b97d4c2f6
4 changed files with 13 additions and 27 deletions

3
.idea/gradle.xml generated
View File

@@ -4,7 +4,7 @@
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="testRunner" value="PLATFORM" />
<option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleJvm" value="1.8" />
@@ -27,7 +27,6 @@
</set>
</option>
<option name="resolveModulePerSourceSet" value="false" />
<option name="useQualifiedModuleNames" value="true" />
</GradleProjectSettings>
</option>
</component>

2
.idea/misc.xml generated
View File

@@ -13,7 +13,7 @@
<option name="HEAP_SIZE" value="1024" />
<option name="LOCALE" value="zh_CN" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="12" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" />
</component>
<component name="ProjectType">

View File

@@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="RunConfigurationProducerService">
<option name="ignoredProducers">
<set>
<option value="com.android.tools.idea.compose.preview.runconfiguration.ComposePreviewRunConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" />
<option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" />
</set>
</option>
</component>
</project>

View File

@@ -27,25 +27,25 @@ SNAPSHOT_REPOSITORY_URL=http://nexus.zhidaoauto.com/repository/maven-snapshots/
USERNAME=xintai
PASSWORD=xintai2018
# 编译模式: false - 依赖本地版本, true - 依赖 maven 版本
RELEASE=true
RELEASE=false
# AI CLOUD 云平台
# 工具类
MOGO_UTILS_VERSION=1.1.27
MOGO_UTILS_VERSION=1.1.28
# 网络请求
MOGO_NETWORK_VERSION=1.1.27
MOGO_NETWORK_VERSION=1.1.28
# 网络DNS
MOGO_HTTPDNS_VERSION=1.1.27
MOGO_HTTPDNS_VERSION=1.1.28
# 鉴权
MOGO_PASSPORT_VERSION=1.1.27
MOGO_PASSPORT_VERSION=1.1.28
# 常链接
MOGO_SOCKET_VERSION=1.1.27
MOGO_SOCKET_VERSION=1.1.28
# 数据采集
MOGO_REALTIME_VERSION=1.1.27
MOGO_REALTIME_VERSION=1.1.28
# 探路,道路事件发布,获取
MOGO_TANLU_VERSION=1.1.27
MOGO_TANLU_VERSION=1.1.28
# 直播推流
MOGO_LIVE_VERSION=1.1.27
MOGO_LIVE_VERSION=1.1.28
# 直播拉流
MOGO_TRAFFICLIVE_VERSION=1.1.27
MOGO_TRAFFICLIVE_VERSION=1.1.28
# 定位服务
MOGO_LOCATION_VERSION=1.1.27
MOGO_LOCATION_VERSION=1.1.28