Update versionMax of message about available update

This commit is contained in:
Mikołaj Pich 2023-05-29 14:32:16 +02:00 committed by GitHub
parent bba102a296
commit d8b0cacb2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
),