Compare commits

..

4 Commits

Author SHA1 Message Date
ZhanGSKen
fa09da4e56 Merge remote-tracking branch 'origin/appbase' into apputils 2025-09-22 08:29:10 +08:00
ZhanGSKen
edc63c750b 整理git管理文件 2025-09-22 08:25:44 +08:00
52185ed7da <libapputils>Library Release 15.9.0 2025-09-22 08:19:46 +08:00
355a1c70e5 移除keystore 2025-09-22 08:19:22 +08:00
3 changed files with 7 additions and 12 deletions

16
.gitignore vendored
View File

@@ -87,19 +87,15 @@ lint/tmp/
# Android Profiling
*.hprof
# Custom
.androidide
# 忽略 Lint 输出文件
lint-results.xml
lint-results.html
winboll.properties
local.properties
## 忽略 AndroidIDE 临时文件夹
.androidide
## 忽略模块应用编译配置
/settings.gradle
/gradle.properties
## 忽略 srv 纠结问题
/srv/
## 忽略 winboll-x 文件夹
/winboll-x/
/winboll.properties
/local.properties

View File

@@ -1,5 +1,5 @@
#Created by .winboll/winboll_app_build.gradle
#Mon Sep 22 08:17:49 HKT 2025
#Mon Sep 22 08:19:44 HKT 2025
stageCount=1
libraryProject=libapputils
baseVersion=15.9

Submodule keystore deleted from e7f70226c1