chore: 버전 1.4.1로 업데이트

- 설정 화면 진입 시 크래시 수정
- AppDatabase 누락된 괄호 수정
- REQUEST_INSTALL_PACKAGES 권한 예외 처리

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)
Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
sanjeok77
2026-03-05 07:12:02 +09:00
parent 4060be7395
commit 0d0a341a20
2 changed files with 13 additions and 15 deletions

View File

@@ -24,8 +24,8 @@ android {
applicationId = "com.hotdeal.alarm"
minSdk = 31
targetSdk = 35
versionCode = 9
versionName = "1.4.0"
versionCode = 10
versionName = "1.4.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {