From 690521a043814c1b9a3d3f9181432af095709938 Mon Sep 17 00:00:00 2001 From: xinfengkun Date: Thu, 18 Aug 2022 16:39:53 +0800 Subject: [PATCH] =?UTF-8?q?[change]=20=E6=92=A4=E5=9B=9E=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index b5a4928f9d..55ea3ab5b9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -89,9 +89,9 @@ WEBSOCKET_VERSION=1.1.7 ## 产品库必备配置,产品库自动对versionCode和versionName版本进行升级 applicationId=com.mogo.launcer applicationName=IntelligentPilot -# RoboBus司机端:2.5.1;RoboTaxi司机端:2.5.1;RoboTaxi乘客端:1.0.0 -versionCode=2090000 -versionName=2.9.0 +# 清扫车版本号 +versionCode=1000000 +versionName=1.0.0 ################# 新架构模块Maven版本管理 ################# MOGO_CORE_FUNCTION_AUTOPILOT_VERSION=0.0.58.10