chore: publish attachment storage release v2.5.0

This commit is contained in:
kris
2026-03-29 17:22:07 +08:00
parent 5fb75b50b4
commit e051a49f7a
11 changed files with 110 additions and 24 deletions

View File

@@ -36,8 +36,8 @@ android {
applicationId "com.hyzq.boss"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 12
versionName "2.4.0"
versionCode 13
versionName "2.5.0"
buildConfigField "String", "BOSS_API_BASE_URL", "\"https://boss.hyzq.net\""
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}