From 5a2d3183c2640bdaf2547cf6ba7db756dcc3c1d6 Mon Sep 17 00:00:00 2001 From: wangcongtao Date: Fri, 31 Jul 2020 12:37:07 +0800 Subject: [PATCH] opt --- .idea/misc.xml | 2 +- gradle.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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/gradle.properties b/gradle.properties index 86ca97cfd3..c6d8783b95 100644 --- a/gradle.properties +++ b/gradle.properties @@ -100,8 +100,8 @@ MOGO_MODULE_OBU_VERSION = 1.2.1.10-SNAPSHOT MOGO_MODULE_SPLASH_VERSION = 1.0.0-SNAPSHOT MOGO_MODULE_SPLASH_NOOP_VERSION = 1.0.0-SNAPSHOT -## 产品库必备配置 +## 产品库必备配置,产品库自动对versionCode和versionName版本进行升级 applicationId=com.mogo.launcer applicationName=IntelligentPilot versionCode=80007 -versionName=8.0.7-qa_1.1 \ No newline at end of file +versionName=8.0.7 \ No newline at end of file