chore: 버전 1.4.0으로 업데이트

- 즐겨찾기 기능 추가
- 키워드 카드 색상 변경
- index.html 디자인 테마 색상 추가
- ADB Windows 연결 설정 문서화

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 04:20:43 +09:00
parent 3c43d2636d
commit da9b69220a
2 changed files with 10 additions and 6 deletions

View File

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

View File

@@ -1,11 +1,15 @@
{
"version": "1.3.3",
"versionCode": 8,
"version": "1.4.0",
"versionCode": 9,
"minSdk": 31,
"targetSdk": 35,
"forceUpdate": false,
"updateUrl": "https://git.webpluss.net/attachments/9a2bf42f-ec88-4943-93fe-5283bb0265d6",
"updateUrl": "https://git.webpluss.net/attachments/9a2bf42f-ec88-4943-93fe-5283bb0265d6",
"changelog": [
"versionCode 8로 업데이트 (무한 업데이트 토스트 수정)"
"즐겨찾기 기능 추가 (영구 저장)",
"키워드 카드 색상 변경 (옅은 붉은색)",
"index.html 디자인 테마 색상 추가",
"즐겨찾기 필터 탭 추가",
"ADB Windows 연결 설정 문서화"
]
}