diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 332b5e4..6ca83e6 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 = 1 - versionName = "1.0.0" + versionCode = 2 + versionName = "1.0.1" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { diff --git a/version.json b/version.json index 28dae7f..17b26d1 100644 --- a/version.json +++ b/version.json @@ -1,14 +1,14 @@ { - "version": "1.0.0", - "versionCode": 1, + "version": "1.0.1", + "versionCode": 2, "minSdk": 31, "targetSdk": 35, "forceUpdate": false, "updateUrl": "https://git.webpluss.net/sanjeok77/hotdeal_alarm/releases", "changelog": [ - "초기 릴리즈", - "뽐뿌, 클리앙, 루리웹, 쿨엔조이 지원", - "키워드 알림 기능", - "사이트 필터 기능" + "폴링 주기 설정 수정", + "릴리즈 빌드 (서명된 APK)", + "버그 수정" ] + } }