Compare commits
13 Commits
75e01ba634
...
appbase-v1
| Author | SHA1 | Date | |
|---|---|---|---|
| 4833ce2a59 | |||
| df15a8c7d2 | |||
| 6574f561b2 | |||
| cca63a9a4a | |||
| 14e4a9af8a | |||
| 16a9a1cecc | |||
| ee3de5c808 | |||
| 970ce087a5 | |||
| c7184ad6df | |||
| 74299bf9b2 | |||
| b55b13b7f3 | |||
|
|
76c855854b | ||
| 0af0c42478 |
@@ -26,7 +26,10 @@ android {
|
||||
applicationId "cc.winboll.studio.appbase"
|
||||
minSdkVersion 26
|
||||
targetSdkVersion 30
|
||||
versionCode 1
|
||||
//1. Android 官方规则
|
||||
//- versionCode 类型:int 整型
|
||||
//- Java int 最大值:2147483647
|
||||
versionCode 1520000
|
||||
// versionName 更新后需要手动设置
|
||||
// .winboll/winbollBuildProps.properties 文件的 stageCount=0
|
||||
// Gradle编译环境下合起来的 versionName 就是 "${versionName}.0"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat May 16 03:50:01 CST 2026
|
||||
stageCount=10
|
||||
#Tue May 19 18:54:18 HKT 2026
|
||||
stageCount=17
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.9
|
||||
buildCount=6
|
||||
baseBetaVersion=15.20.10
|
||||
publishVersion=15.20.16
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.17
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#Created by .winboll/winboll_app_build.gradle
|
||||
#Sat May 16 03:50:01 CST 2026
|
||||
stageCount=10
|
||||
#Tue May 19 18:54:18 HKT 2026
|
||||
stageCount=17
|
||||
libraryProject=libappbase
|
||||
baseVersion=15.20
|
||||
publishVersion=15.20.9
|
||||
buildCount=6
|
||||
baseBetaVersion=15.20.10
|
||||
publishVersion=15.20.16
|
||||
buildCount=0
|
||||
baseBetaVersion=15.20.17
|
||||
|
||||
@@ -135,7 +135,7 @@ public class LogUtils {
|
||||
return;
|
||||
}
|
||||
|
||||
final long KEEP_FILE_SIZE = 512000L; // 500K
|
||||
final long KEEP_FILE_SIZE = 25000L; // ~25KB 确保剪贴板可完整复制
|
||||
final long MAX_FILE_SIZE = 2*KEEP_FILE_SIZE;
|
||||
final long fileSize = _mfLogCatchFile.length();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user