Skip to content

Commit

Permalink
feat: 안드로이드 버전업 (#517)
Browse files Browse the repository at this point in the history
  • Loading branch information
injoon2019 authored Oct 16, 2024
1 parent d21b228 commit 469309d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class AuthController(
return UpdateAppVersionResponse(
minimumIosVersion = null,
minimumAndroidVersion = 10009L,
latestAndroidVersion = 10008L
latestAndroidVersion = 10010L
)
}
}

0 comments on commit 469309d

Please sign in to comment.