Skip to content

Commit

Permalink
[Feature/462] android 최소 버전을 올린다 (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
miseongk authored Sep 26, 2024
1 parent ef002b0 commit 6e35465
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class AuthController(
fun getUpdateAppVersion(): UpdateAppVersionResponse {
return UpdateAppVersionResponse(
minimumIosVersion = null,
minimumAndroidVersion = 10008L,
minimumAndroidVersion = 10009L,
latestAndroidVersion = 10008L
)
}
Expand Down

0 comments on commit 6e35465

Please sign in to comment.