Add message about available update for play/standard
This commit is contained in:
parent
e924c966ef
commit
b590a44758
1 changed files with 15 additions and 0 deletions
|
@ -1,6 +1,21 @@
|
|||
import io.github.wulkanowy.messages.pojo.*
|
||||
|
||||
val messages = listOf(
|
||||
Message(
|
||||
id = 58,
|
||||
title = "Wymagana aktualizacja aplikacji!",
|
||||
content = "Na obecnej wersji nie działa logowanie do dziennika. Spowodowane jest to ostatnimi zmianami po stronie firmy VULCAN. Kliknij tutaj, by przejść do sklepu Play",
|
||||
priority = MessagePriority.HIGH,
|
||||
targetRegisterHost = RegisterAddress.VULCAN.url,
|
||||
destinationUrl = "https://play.google.com/store/apps/details?id=io.github.wulkanowy&utm_source=message",
|
||||
targetFlavor = AppFlavor.PLAY,
|
||||
types = listOf(
|
||||
MessageType.LOGIN_MESSAGE,
|
||||
),
|
||||
versionMax = 145,
|
||||
isOkVisible = false,
|
||||
isVisible = true,
|
||||
),
|
||||
Message(
|
||||
id = 57,
|
||||
title = "Dziejsze problemy z dziennikiem",
|
||||
|
|
Loading…
Reference in a new issue