Skip to content

Commit

Permalink
feat: iOS / 안드로이드 버전업
Browse files Browse the repository at this point in the history
  • Loading branch information
injoon2019 committed Nov 13, 2024
1 parent f741b3a commit 3ed10f8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ class AuthController(
@GetMapping("/app-version")
fun getUpdateAppVersion(): UpdateAppVersionResponse {
return UpdateAppVersionResponse(
minimumIosVersion = null,
minimumAndroidVersion = 10009L,
latestAndroidVersion = 10010L
minimumIosVersion = 39,
minimumAndroidVersion = 10011L,
latestAndroidVersion = 10011L,
)
}
}

0 comments on commit 3ed10f8

Please sign in to comment.