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

Feat: DeviceType, Version, ServerVersionService 클래스 추가 #220

Merged
merged 4 commits into from
Sep 23, 2024

Conversation

Jaewon-pro
Copy link
Member

🔗 이슈 연결

🚀 구현한 API

  • x

💡 반영할 내용 및 변경 사항 요약

  • 백엔드 서버 코드에 DeviceType이라는 enum으로 앱 최소 요구 버전을 작성합니다.
  • 앱 버전 업데이트나 신규 기능으로 구버전 앱을 지원하지 않는 경우 해당 enum 값을 수정합니다.

🔍 리뷰 요청/참고 사항

@Jaewon-pro Jaewon-pro self-assigned this Sep 21, 2024
Copy link
Collaborator

@hee9841 hee9841 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다 👍

@Jaewon-pro Jaewon-pro merged commit 3b5a1d5 into main Sep 23, 2024
1 check passed
@Jaewon-pro Jaewon-pro deleted the feature/#142/client-version-check branch September 23, 2024 01:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

앱 최소 요구 버전 확인 API
2 participants