From 22ca83b5b7a6a07a10a090d0d316b0ed9633d33a Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Thu, 29 May 2025 09:38:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- powerbell/build.gradle | 2 +- powerbell/build.properties | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/powerbell/build.gradle b/powerbell/build.gradle index bd4fdd2..22d7603 100644 --- a/powerbell/build.gradle +++ b/powerbell/build.gradle @@ -29,7 +29,7 @@ android { // versionName 更新后需要手动设置 // .winboll/winbollBuildProps.properties 文件的 stageCount=0 // Gradle编译环境下合起来的 versionName 就是 "${versionName}.0" - versionName "15.3" + versionName "15.4" if(true) { versionName = genVersionName("${versionName}") } diff --git a/powerbell/build.properties b/powerbell/build.properties index 8601c06..e4d3b92 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Thu May 29 01:30:48 GMT 2025 -stageCount=1 +#Thu May 29 01:37:58 GMT 2025 +stageCount=0 libraryProject= -baseVersion=15.3 -publishVersion=15.3.0 -buildCount=6 -baseBetaVersion=15.3.1 +baseVersion=15.4 +publishVersion=15.4.0 +buildCount=1 +baseBetaVersion=15.4.1