Skip to content

Commit

Permalink
feat: iOS 최소 버전업 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
injoon2019 committed Sep 26, 2024
1 parent 9d8d9d0 commit 4d06c55
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ class AuthController(
@GetMapping("/app-version")
fun getUpdateAppVersion(): UpdateAppVersionResponse {
return UpdateAppVersionResponse(
minimumIosVersion = 30L,
minimumAndroidVersion = 10008L,
latestAndroidVersion = 10008L
)
Expand Down

0 comments on commit 4d06c55

Please sign in to comment.