mirror of
http://gitea.winboll.cc/Studio/WinBoLL.git
synced 2026-06-29 11:49:50 +08:00
Compare commits
7 Commits
appbase-v1
...
70ab6d02c3
| Author | SHA1 | Date | |
|---|---|---|---|
| 70ab6d02c3 | |||
| cb11da95ed | |||
| 73ea9147aa | |||
| 8556d3a253 | |||
| 34b982de8a | |||
| 2b37edd2b2 | |||
| fd713f5906 |
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Jun 13 02:01:25 GMT 2026
|
||||
stageCount=31
|
||||
#Wed Jun 24 04:11:34 CST 2026
|
||||
stageCount=34
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.30
|
||||
publishVersion=15.20.33
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.31
|
||||
baseBetaVersion=15.20.34
|
||||
|
||||
@@ -37,7 +37,7 @@ public class AboutActivity extends Activity {
|
||||
appInfo.setAppName("APPBase");
|
||||
appInfo.setAppIcon(R.drawable.ic_winboll);
|
||||
appInfo.setAppDescription(getString(R.string.app_description));
|
||||
appInfo.setAppGitName("APPBase");
|
||||
appInfo.setAppGitName("WinBoLL");
|
||||
appInfo.setAppGitOwner("Studio");
|
||||
appInfo.setAppGitAPPBranch(branchName);
|
||||
appInfo.setAppGitAPPSubProjectFolder(branchName);
|
||||
|
||||
@@ -19,4 +19,4 @@ android.useAndroidX=false
|
||||
android.enableJetifier=false
|
||||
# 保持与旧版Gradle插件的兼容
|
||||
android.disableAutomaticComponentCreation=true
|
||||
org.gradle.daemon=false
|
||||
#org.gradle.daemon=false
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat Jun 13 02:01:25 GMT 2026
|
||||
stageCount=31
|
||||
#Wed Jun 24 04:11:18 CST 2026
|
||||
stageCount=34
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.30
|
||||
publishVersion=15.20.33
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.31
|
||||
baseBetaVersion=15.20.34
|
||||
|
||||
Reference in New Issue
Block a user