chore: 버전 1.11.3으로 업데이트

- 뽐뿌 인기 게시물 뱃지 표시 기능 추가

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-11 21:42:12 +09:00
parent 24d05dab7d
commit 37f8d92352
2 changed files with 10 additions and 7 deletions

View File

@@ -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"

View File

@@ -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",
"version": "1.11.3",
"versionCode": 20,
"updateUrl": "https://git.webpluss.net/sanjeok77/hotdeal_alarm/releases/download/v1.11.3/app-release.apk",
"changelog": [
"버전 업데이트 1.11.2"
"뽐뿌 인기 게시물 뱃지 표시",
"인기 게시물 감지 기능 추가",
"DB 마이그레이션 (v4->v5)"
]
}