feat: 달력 월 이동 시 부드러운 화면 전환 애니메이션 추가

- 월 이동 버튼 클릭 시 슬라이드 애니메이션 적용
- 설정 화면 탭 전환처럼 부드러운 전환 효과
- 버전 업데이트 v1.4.8 (1148)

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:42:51 +09:00
parent 30b150bb81
commit 7462656c15
3 changed files with 42 additions and 15 deletions

View File

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