feat: 설정 페이지 탭 구조화 및 EdgeToEdge 개선 (v1.8.0)

- 설정 페이지를 3개 탭으로 구분 (알림, 사이트, 기타)
- 탭 간 스와이프 이동 지원
- One UI 7+ EdgeToEdge 문제 해결 (시스템 바 침범 수정)
- 파싱 데이터 삭제 기능 추가
- 업데이트 확인 시 즉시 다운로드 및 설치 기능 구현
This commit is contained in:
sanjeok77
2026-03-07 03:37:54 +09:00
parent 378a8c09a8
commit bf2084626b
4 changed files with 512 additions and 238 deletions

View File

@@ -24,9 +24,8 @@ android {
applicationId = "com.hotdeal.alarm"
minSdk = 31
targetSdk = 35
versionCode = 13
versionName = "1.7.0"
versionName = "1.6.0"
versionCode = 14
versionName = "1.8.0"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {