chore: publish android release v2.5.8

This commit is contained in:
kris
2026-03-31 23:36:17 +08:00
parent ee2fab7ceb
commit d518878faa
3 changed files with 4 additions and 4 deletions

View File

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