Uh oh!
There was an error while loading. Please reload this page.
[Chore] targetSdk 36 대응 (Android 16) - #579
Merged
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
#️⃣연관된 이슈
Closes#578
📝작업 내용
Play Console의 대상 API 수준 요구사항에 맞춰 Android 16을 타겟팅합니다. 2026년 8월 31일부터 최신 Android 출시로부터 1년 이내를 타겟팅하지 않으면 앱을 업데이트할 수 없습니다.
코드 변경은 없습니다. 버전 카탈로그 네 줄이 전부입니다.
사전에 확인한 것
테스트
36으로 올린 상태에서 로컬 검증을 돌렸습니다.
스크린샷 (선택)
💬리뷰 요구사항(선택)
targetSdk를 올리면 시스템 동작이 바뀌는 지점은 정적 검사로 잡히지 않습니다. 머지 전에 실기기에서 주요 화면의 인셋을 한 번 봐주시면 좋겠습니다. 상태바나 네비게이션 바에 콘텐츠가 겹치는지가 핵심입니다.
versionName은 patch로 올렸습니다. 동작 변경이 없는 대응이라 0.8.5로 잡았습니다.