Files
hotdeal_alarm/version.json
sanjeok77 b2e15c8111 Fix auto-update issues: receiver lifecycle, permission checks, error handling
- SettingsScreen: Add DisposableEffect for BroadcastReceiver lifecycle management
- MainActivity: Add error logging and permission checks before download
- ApkDownloadManager: Add install permission validation with Settings.canRequestPackageInstalls()
- Add user feedback with Toast messages for all error cases
- Bump version to 1.11.6

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
2026-03-17 07:40:47 +09:00

12 lines
399 B
JSON

{
"version": "1.11.6",
"versionCode": 23,
"updateUrl": "https://git.webpluss.net/sanjeok77/NeFLIX_release/releases/download/v1.11.6/app-release.apk",
"changelog": [
"자동 업데이트 설치 권한 체크 추가",
"업데이트 리시버 메모리 누수 수정",
"업데이트 체크 에러 처리 개선",
"설정 화면 업데이트 다운로드 진행률 표시"
]
}