Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

Commit

Permalink
Add announcement regarding Wezuwiusz Beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrbadelek committed Aug 12, 2024
1 parent 9f74e55 commit 7020b5b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions generator/src/main/kotlin/messages.kt
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
import io.github.wulkanowy.messages.pojo.*

val messages = listOf(
Message(
id = 97,
title = "Dzienniczek Wezuwiusz Beta 2 wydana!",
content = "Wydaliśmy Betę 2 Dzienniczka Wezuwiusz. Zalecamy, aby wszyscy użytkownicy zaaktualizowali swoją aplikację do tej wersji.",
priority = MessagePriority.MEDIUM,
destinationUrl = "https://wezuwiusz.eu/blog/beta-2-released.html",
messageTypes = listOf(
MessageType.DASHBOARD_MESSAGE
),
isVisible = true,
isXVisible = false,
versionMax = 178
),
Message(
id = 96,
title = "Witamy w Dzienniczku Wezuwiusz!",
Expand Down

0 comments on commit 7020b5b

Please sign in to comment.