Compare commits
3 Commits
24af31d51d
...
appbase-v1
| Author | SHA1 | Date | |
|---|---|---|---|
| 4708dd4426 | |||
| 36e2ed0b48 | |||
| 3cfee1c4a8 |
@@ -30,7 +30,7 @@ android {
|
||||
// versionName 更新后需要手动设置
|
||||
// .winboll/winbollBuildProps.properties 文件的 stageCount=0
|
||||
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
||||
versionName "15.16"
|
||||
versionName "15.20"
|
||||
if(true) {
|
||||
versionName = genVersionName("${versionName}")
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun May 10 07:19:39 CST 2026
|
||||
stageCount=0
|
||||
#Sun May 10 13:24:08 HKT 2026
|
||||
stageCount=1
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.16
|
||||
publishVersion=15.16.0
|
||||
buildCount=44
|
||||
baseBetaVersion=15.16.1
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.0
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.1
|
||||
|
||||
@@ -9,7 +9,9 @@
|
||||
android:label="@string/app_name"
|
||||
android:theme="@style/MyAPPBaseTheme"
|
||||
android:resizeableActivity="true"
|
||||
android:process=":App">
|
||||
android:process=":App"
|
||||
android:sharedUserId="cc.winboll.studio"
|
||||
android:sharedUserLabel="@string/shared_user_label">
|
||||
|
||||
<activity
|
||||
android:name=".MainActivity"
|
||||
|
||||
@@ -6,4 +6,5 @@
|
||||
<string name="app_debug">Click here is switch to APP DEBUG</string>
|
||||
<string name="gitea_home">GITEA HOME</string>
|
||||
<string name="app_update">APP UPDATE</string>
|
||||
<string name="shared_user_label">studio@winboll.cc</string>
|
||||
</resources>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sun May 10 07:19:39 CST 2026
|
||||
stageCount=0
|
||||
#Sun May 10 13:24:08 HKT 2026
|
||||
stageCount=1
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.16
|
||||
publishVersion=15.16.0
|
||||
buildCount=44
|
||||
baseBetaVersion=15.16.1
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.0
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.1
|
||||
|
||||
Reference in New Issue
Block a user