From 37f8d9235203904d3e640da6ba943c0fae3d1bf8 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Wed, 11 Mar 2026 21:42:12 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B2=84=EC=A0=84=201.11.3=EC=9C=BC?= =?UTF-8?q?=EB=A1=9C=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 뽐뿌 인기 게시물 뱃지 표시 기능 추가 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- app/build.gradle.kts | 3 ++- version.json | 14 ++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4f350dc..a33c98a 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -24,7 +24,8 @@ android { applicationId = "com.hotdeal.alarm" minSdk = 31 targetSdk = 35 - versionCode = 19 + versionCode = 20 + versionName = "1.11.3" versionName = "1.11.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" diff --git a/version.json b/version.json index 98d1f19..31e6e79 100644 --- a/version.json +++ b/version.json @@ -1,8 +1,10 @@ { - "version": "1.11.2", - "versionCode": 19, - "updateUrl": "https://git.webpluss.net/sanjeok77/hotdeal_alarm/releases/download/v1.11.2/app-release.apk", - "changelog": [ - "버전 업데이트 1.11.2" - ] + "version": "1.11.3", + "versionCode": 20, + "updateUrl": "https://git.webpluss.net/sanjeok77/hotdeal_alarm/releases/download/v1.11.3/app-release.apk", + "changelog": [ + "뽐뿌 인기 게시물 뱃지 표시", + "인기 게시물 감지 기능 추가", + "DB 마이그레이션 (v4->v5)" + ] }