From 6833d52e36b216eded87a9ad7cd555f8f367a163 Mon Sep 17 00:00:00 2001 From: itgaojian Date: Fri, 28 Jul 2023 14:54:57 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E5=8D=87=E7=BA=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++-- common.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 3044232..2dfba5f 100755 --- a/build.gradle +++ b/build.gradle @@ -59,8 +59,8 @@ ext { gCompileSdkVersion = 31 gMinSdkVersion = 16 gTargetSdkVersion = 29 - gVersionCode = 2 - gVersionName = '1.0.2' + gVersionCode = 3 + gVersionName = '1.0.3' gBuildToolsVersion = "30.0.2" // gVersionCode=26 // gVersionName='1.3.0' diff --git a/common.gradle b/common.gradle index f845e68..cb06f3f 100644 --- a/common.gradle +++ b/common.gradle @@ -11,7 +11,7 @@ project.ext { resValue("string", "CITY_CODE", "540200000000") resValue("string", "CITY_ID", "640675") resValue("string", "CITY_NAME", "日喀则市") - resValue("string","APP_PATH_CODE","f5935aa1-4405-4cbe-85bc-d7c1a8ddc9c4") + resValue("string","VERSION_PATH_CODE","f5935aa1-4405-4cbe-85bc-d7c1a8ddc9c4") manifestPlaceholders = [CHANNEL_VALUE: "cultural", APP_LOGO : "@drawable/app_logo", CITY_ID : "640675",