From 5e4a4ba1c1bddafa5ba9e543a369c9294583a27b Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Fri, 6 Mar 2026 22:07:05 +0000 Subject: [PATCH] Update version.json to 1.11.1 --- version.json | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/version.json b/version.json index 5d0e092..711007f 100644 --- a/version.json +++ b/version.json @@ -1,14 +1,10 @@ { - "version": "1.11.0", - "versionCode": 17, - "minSdk": 31, - "targetSdk": 35, - "forceUpdate": false, - "updateUrl": "https://git.webpluss.net/attachments/14bec8f4-9ece-45c4-9ef4-9425f24f5f17", - "changelog": [ - "UI/UX 대폭 개선 - 프로덕션 레벨 디자인", - "Pull to Refresh 스피너 가려짐 해결", - "키워드 매칭 그라데이션 배경 효과", - "DealItem 카드 디자인 고도화" - ] + "version": "1.11.1", + "versionCode": 18, + "downloadUrl": "https://git.webpluss.net/sanjeok77/hotdeal_alarm/releases/download/v1.11.1/app-release.apk", + "changelog": [ + "Pull-to-refresh 스피너 위치 개선", + "헤더 마진 수정", + "필터 메뉴 5초 후 자동 닫기" + ] }