fix: Play Asset Delivery API 호환성 수정 - #36
Merged
Merged
Conversation
soyeonLee126
approved these changes
Aug 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
작업 개요
Play Asset Delivery 의존성과 호출부를 일반 API 기준으로 전환해 모델 애셋팩의 상태 조회, 다운로드, 사용자 확인 흐름이 현재 라이브러리 API와 호환되도록 수정했습니다.
작업 유형
변경 사항
asset-delivery-ktx의존성을asset-delivery로 교체했습니다.getPackStates,fetch, 확인 다이얼로그 API와Task.await()조합으로 전환했습니다.callbackFlow와AssetPackStateUpdateListener로 구성하고 초기 상태 및 조회 실패를 처리했습니다.관련 이슈
관련 작업 (Notion)
스크린샷 / 동작 화면
검증
./gradlew :data:compileDebugKotlin :data:testDebugUnitTest :data:detekt --stacktrace./gradlew :app:compileDebugKotlin --stacktrace체크리스트
develop으로 설정되어 있다feat:,fix:등)을 따른다리뷰 요청 사항
statusFlow의 초기 상태 전달과 리스너 해제 시점이 적절한지 확인 부탁드립니다.FAILED로 전달하는 정책을 함께 확인 부탁드립니다.