From 918df3dfbe7be09e7bd365391f205f577f54451d Mon Sep 17 00:00:00 2001 From: ZhanGSKen Date: Sun, 7 Dec 2025 15:10:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BA=94=E7=94=A8=E4=BB=8B?= =?UTF-8?q?=E7=BB=8D=E4=B8=ADGit=E9=A1=B9=E7=9B=AE=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- powerbell/build.properties | 4 ++-- .../main/java/cc/winboll/studio/powerbell/MainActivity.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/powerbell/build.properties b/powerbell/build.properties index 77f1ddf..60a2e2b 100644 --- a/powerbell/build.properties +++ b/powerbell/build.properties @@ -1,8 +1,8 @@ #Created by .winboll/winboll_app_build.gradle -#Sun Dec 07 07:06:07 GMT 2025 +#Sun Dec 07 07:09:54 GMT 2025 stageCount=1 libraryProject= baseVersion=15.12 publishVersion=15.12.0 -buildCount=29 +buildCount=31 baseBetaVersion=15.12.1 diff --git a/powerbell/src/main/java/cc/winboll/studio/powerbell/MainActivity.java b/powerbell/src/main/java/cc/winboll/studio/powerbell/MainActivity.java index af37c80..dc31e40 100644 --- a/powerbell/src/main/java/cc/winboll/studio/powerbell/MainActivity.java +++ b/powerbell/src/main/java/cc/winboll/studio/powerbell/MainActivity.java @@ -277,7 +277,7 @@ public class MainActivity extends WinBoLLActivity { appInfo.setAppName(getString(R.string.app_name)); appInfo.setAppIcon(R.drawable.ic_launcher); appInfo.setAppDescription(getString(R.string.app_description)); - appInfo.setAppGitName("APPBase"); + appInfo.setAppGitName("WinBoLL"); appInfo.setAppGitOwner("Studio"); appInfo.setAppGitAPPBranch(szBranchName); appInfo.setAppGitAPPSubProjectFolder(szBranchName);