From b3a7a76aa34fa3ea504167319c5fae633ed05127 Mon Sep 17 00:00:00 2001 From: HuanCheng65 <609486518@qq.com> Date: Sun, 6 Feb 2022 21:42:03 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index c184ded8..7f1a4930 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -13,7 +13,7 @@ def applicationVersionCode = applicationProperties["versionCode"].toInteger() def applicationVersionName = applicationProperties["versionName"] def isPerVersion = applicationProperties["isPerRelease"] == "true" if (buildId != null) { - applicationVersionName = applicationVersionName + ".${buildId.substring(0, 7)}" + applicationVersionName = applicationVersionName + ".${buildId}" } if (isPerVersion) { applicationVersionName = applicationVersionName + ".${applicationProperties["preReleaseName"]}-${applicationProperties["preReleaseVer"]}"