From ada40501d90a7eb6d082d7972adc19433a80b492 Mon Sep 17 00:00:00 2001 From: wlh <646507849@qq.com> Date: Thu, 30 May 2024 11:22:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AD=E5=BB=BA365-1.2.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.gradle | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/config.gradle b/config.gradle index 02079a4..8dd9d85 100644 --- a/config.gradle +++ b/config.gradle @@ -6,8 +6,8 @@ ext { appId : "com.zj365.dc", minSdk : 23, targetSdk : 32, - versionCode : 119, - versionName : "1.2.1" + versionCode : 120, + versionName : "1.2.2" ] @@ -27,15 +27,17 @@ ext { //正式环境 debug_url : "https://app.zhongjian365.com/app/", release_url: "https://app.zhongjian365.com/app/", -// -// h5_debug_url : "https://built.zhongjian365.com/", -// h5_release_url : "https://built.zhongjian365.com/" + + h5_debug_url : "https://built.zhongjian365.com/", //商品详情正式环境 + h5_release_url : "https://built.zhongjian365.com/" + + //测试环境 // debug_url : "http://java01.zhongjian365.com/app/", // release_url: "http://java01.zhongjian365.com/app/", - h5_debug_url : "http://testbuilt.zhongjian365.com/", - h5_release_url : "http://testbuilt.zhongjian365.com/" +// h5_debug_url : "http://testbuilt.zhongjian365.com/", +// h5_release_url : "http://testbuilt.zhongjian365.com/" ]