fix: 버전업 오류 수정 및 UI 개선

- 난부 버전 1147 (1.4.7)로 업데이트 (중복 버전 코드 제거)
- 휴가 관리 탭 → 근무 관리로 명칭 변경
- 남은 연차 하단에 '기능추가중' 표시 추가

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-03-13 00:33:55 +09:00
parent f586d74759
commit 30b150bb81
4 changed files with 17 additions and 9 deletions

View File

@@ -20,10 +20,8 @@ android {
applicationId = "com.example.shiftalarm"
minSdk = 26
targetSdk = 35
versionCode = 1144
versionName = "1.4.4"
versionCode = 1145
versionName = "1.4.5"
versionCode = 1147
versionName = "1.4.7"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}