Add message about available update for play/standard

This commit is contained in:
Mikołaj Pich 2024-02-09 21:55:47 +01:00 committed by GitHub
parent e924c966ef
commit b590a44758
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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