downgrade AGP and Gradle versions, update Ticker icon, and upgrade dependencies

This commit is contained in:
2026-07-11 15:32:09 +02:00
parent 9545d2a946
commit ff23199345
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ class AppModule {
Modules.ticker,
name: 'Ticker',
// Icons.newspaper is already taken by the "Marianum Message" module;
// use feed to keep the two visually distinct.
icon: () => Icon(Icons.feed),
// use campaign to keep the two visually distinct.
icon: () => Icon(Icons.campaign),
breakerArea: BreakerArea.ticker,
create: TickerView.new,
),