feat: Pull to Refresh 민감도 대폭 향상 (v1.10.0)

- positionalThreshold를 60dp에서 40dp로 축소 (기본값의 1/3)
- 새로고침이 훨씬 쉽고 직관적으로 작동
- 사용자 경험 개선 - 가벼운 스와이프로도 새로고침 가능
This commit is contained in:
sanjeok77
2026-03-07 04:40:38 +09:00
parent 37ee8ab46d
commit 286203040b
3 changed files with 8 additions and 10 deletions

View File

@@ -24,8 +24,8 @@ android {
applicationId = "com.hotdeal.alarm"
minSdk = 31
targetSdk = 35
versionCode = 15
versionName = "1.9.0"
versionCode = 16
versionName = "1.10.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {