From 79af3a3317c95b26c2e01b8ebb357d1eb78efbb5 Mon Sep 17 00:00:00 2001 From: yangyakun Date: Tue, 18 Apr 2023 16:47:40 +0800 Subject: [PATCH] =?UTF-8?q?[bugfix]=20[=E8=BD=A6=E6=A8=A1=E8=A2=AB?= =?UTF-8?q?=E5=8A=A8=E6=80=81=E6=9B=BF=E6=8D=A2]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/productFlavors/ochDriverM1.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/productFlavors/ochDriverM1.gradle b/app/productFlavors/ochDriverM1.gradle index 667e7af6c6..7d02b12688 100644 --- a/app/productFlavors/ochDriverM1.gradle +++ b/app/productFlavors/ochDriverM1.gradle @@ -42,7 +42,7 @@ project.android.productFlavors { // 构建的是否是演示(美化)模式 buildConfigField 'boolean', 'IS_DEMO_MODE', 'false' // 构建的是否要动态更换模型 - buildConfigField 'boolean', 'IS_CAR_MODEL_CHANGE', 'true' + buildConfigField 'boolean', 'IS_CAR_MODEL_CHANGE', 'false' // 是否需要重写状态栏 buildConfigField 'boolean', 'IS_REPLACE_STATUSVIEW', 'false'