Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Refactor] 사용하지 않는 API 확인 로직 삭제 #539

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

kongwoojin
Copy link
Collaborator

요약

사용하지 않는 API 확인 로직 삭제

개발 내용

  • minSdk를 API 26(O)으로 올린 후, 필요하지 않게 된 API 확인 로직을 삭제했습니다.
  • API 26 미만 버전을 위한 코드를 삭제했습니다.
  • API 26으로 설정된 RequiresApi annotation을 삭제했습니다.

Our project use API 26(O) as minSdk.

So let's remove unneeded API level check for pre-O
@kongwoojin kongwoojin requested a review from a team as a code owner February 13, 2025 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant