10 Commits
2 changed files with 11 additions and 8 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ android {
applicationId = "com.hotdeal.alarm" applicationId = "com.hotdeal.alarm"
minSdk = 31 minSdk = 31
targetSdk = 35 targetSdk = 35
versionCode = 24 versionCode = 25
versionName = "0.2.4" versionName = "0.2.5"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables { vectorDrawables {
+9 -6
View File
@@ -1,10 +1,13 @@
{ {
"version": "0.2.4", "version": "0.2.5",
"versionCode": 24, "versionCode": 25,
"updateUrl": "https://git.webpluss.net/sanjeok77/hotdeal_alarm/releases/download/v0.2.4/app-release.apk", "updateUrl": "https://git.webpluss.net/sanjeok77/hotdeal_alarm/releases/download/v0.2.5/app-release.apk",
"changelog": [ "changelog": [
"아카라이브(ArcaLive) 핫딜 채널 지원 추가", "One UI 9 & Material 3 Expressive 프리미엄 디자인 전면 적용",
"설정 화면에서 아카라이브 핫딜 온/오프 제어 기능 추가", "실시간 Now Status 브리핑 & 가로 스크롤 Sticky Pill 필터 바",
"메인 화면 사이트 필터에 아카라이브 전용 필터링 칩 추가" "Squircle 22dp 핫딜 카드, Text Spotlight 가격 강조, 앰버 골드 키워드 글로우",
"Bento 그리드 설정 화면 (세그먼트 Pill 탭, 상태 요약 카드, 원터치 주기 선택)",
"한 손 조작 최적화 하단 Fluid Navigation Bar 및 OLED Deep Slate 테마",
"아카라이브(ArcaLive) 핫딜 채널 추가"
] ]
} }