Update versionMax of message about available update
This commit is contained in:
parent
bba102a296
commit
d8b0cacb2c
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ val messages = listOf(
|
|||
type = MessageType.DASHBOARD_MESSAGE,
|
||||
targetFlavor = AppFlavor.HMS,
|
||||
destinationUrl = "https://appgallery.huawei.com/#/app/C101440411",
|
||||
versionMax = 124,
|
||||
versionMax = 127,
|
||||
isDismissible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
|
@ -52,7 +52,7 @@ val messages = listOf(
|
|||
type = MessageType.DASHBOARD_MESSAGE,
|
||||
targetFlavor = AppFlavor.PLAY,
|
||||
destinationUrl = "https://play.google.com/store/apps/details?id=io.github.wulkanowy",
|
||||
versionMax = 124,
|
||||
versionMax = 127,
|
||||
isDismissible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue