We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7e73e2 + 60a3988 commit 2906df1Copy full SHA for 2906df1
src/main/kotlin/nexters/weski/app_version/AppVersionCheckService.kt
@@ -5,7 +5,7 @@ import org.springframework.stereotype.Service
5
@Service
6
class AppVersionCheckService {
7
companion object {
8
- const val IOS_MIN_VERSION = "3.0.1"
+ const val IOS_MIN_VERSION = "3.0.2"
9
const val ANDROID_MIN_VERSION = "3.0.1"
10
}
11
fun getAppVersion(
0 commit comments