Compare commits
4 Commits
appbase-v1
...
appbase-v1
| Author | SHA1 | Date | |
|---|---|---|---|
| 6656161903 | |||
|
|
edc63c750b | ||
| b170085482 | |||
| 6e8ba3394d |
16
.gitignore
vendored
16
.gitignore
vendored
@@ -87,19 +87,15 @@ lint/tmp/
|
|||||||
# Android Profiling
|
# Android Profiling
|
||||||
*.hprof
|
*.hprof
|
||||||
|
|
||||||
# Custom
|
# 忽略 Lint 输出文件
|
||||||
.androidide
|
|
||||||
lint-results.xml
|
lint-results.xml
|
||||||
lint-results.html
|
lint-results.html
|
||||||
winboll.properties
|
|
||||||
local.properties
|
## 忽略 AndroidIDE 临时文件夹
|
||||||
|
.androidide
|
||||||
|
|
||||||
## 忽略模块应用编译配置
|
## 忽略模块应用编译配置
|
||||||
/settings.gradle
|
/settings.gradle
|
||||||
/gradle.properties
|
/gradle.properties
|
||||||
|
/winboll.properties
|
||||||
## 忽略 srv 纠结问题
|
/local.properties
|
||||||
/srv/
|
|
||||||
|
|
||||||
## 忽略 winboll-x 文件夹
|
|
||||||
/winboll-x/
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Mon Sep 22 02:50:34 HKT 2025
|
#Fri Sep 26 05:36:14 HKT 2025
|
||||||
stageCount=7
|
stageCount=9
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.10
|
baseVersion=15.10
|
||||||
publishVersion=15.10.6
|
publishVersion=15.10.8
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.10.7
|
baseBetaVersion=15.10.9
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Mon Sep 22 02:50:34 HKT 2025
|
#Fri Sep 26 05:36:14 HKT 2025
|
||||||
stageCount=7
|
stageCount=9
|
||||||
libraryProject=libappbase
|
libraryProject=libappbase
|
||||||
baseVersion=15.10
|
baseVersion=15.10
|
||||||
publishVersion=15.10.6
|
publishVersion=15.10.8
|
||||||
buildCount=0
|
buildCount=0
|
||||||
baseBetaVersion=15.10.7
|
baseBetaVersion=15.10.9
|
||||||
|
|||||||
Reference in New Issue
Block a user