From e51d46186a0963ec59835daf5b05172fca7951b2 Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Sat, 13 Dec 2025 21:11:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=A8=A1=E5=9E=8B=E6=9C=89?= =?UTF-8?q?=E8=B0=83=E6=95=B4=EF=BC=8C=E8=AE=BE=E5=AE=9A=E6=AC=A1=E7=BA=A7?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E3=80=82=E5=90=8C=E6=AC=A1=E7=BA=A7?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=BA=94=E7=94=A8=E5=8F=AF=E4=BB=A5=E8=87=AA?= =?UTF-8?q?=E7=94=B1=E5=88=87=E6=8D=A2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- powerbell/build.gradle | 4 ++-- powerbell/build.properties | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/powerbell/build.gradle b/powerbell/build.gradle index 703c76a..d811fd6 100644 --- a/powerbell/build.gradle +++ b/powerbell/build.gradle @@ -29,11 +29,11 @@ android { applicationId "cc.winboll.studio.powerbell" minSdkVersion 23 targetSdkVersion 30 - versionCode 6 + versionCode 7 // versionName 更新后需要手动设置 // .winboll/winbollBuildProps.properties 文件的 stageCount=0 // Gradle编译环境下合起来的 versionName 就是 "${versionName}.0" - versionName "15.12" + versionName "15.14" if(true) { versionName = genVersionName("${versionName}") } diff --git a/powerbell/build.properties b/powerbell/build.properties index 35e5de3..50a1376 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Sat Dec 13 13:01:24 GMT 2025 -stageCount=16 +#Sat Dec 13 13:05:44 GMT 2025 +stageCount=0 libraryProject= -baseVersion=15.12 -publishVersion=15.12.15 -buildCount=5 -baseBetaVersion=15.12.16 +baseVersion=15.14 +publishVersion=15.14.0 +buildCount=1 +baseBetaVersion=15.14.1