diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b9e01af..d021f65 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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 { diff --git a/version.json b/version.json index 61e0404..a1fa9e3 100644 --- a/version.json +++ b/version.json @@ -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 연결 설정 문서화" ] }