version:1.0.9

fix:
update:更新资源,增加登录,增加检测更新
This commit is contained in:
2025-12-18 09:22:38 +08:00
parent ed285c05ee
commit daebcee8b8
125 changed files with 5261 additions and 237 deletions

View File

@@ -5,7 +5,7 @@ def appName() {
}
def releaseTime() {
return new Date().format("yyyyMMdd-HHmmss", TimeZone.getDefault())
return new Date().format("yyyyMMdd_HHmmss", TimeZone.getDefault())
}
android {
@@ -16,8 +16,8 @@ android {
minSdkVersion 24
targetSdkVersion 29
versionCode 6
versionName "1.0.5"
versionCode 10
versionName "1.0.9"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"