• v1.0.3 201c54d6fc

    Ghost released this 2026-04-11 17:30:55 +03:00 | 243 commits to main since this release

    themes.xml used android:Theme.Material.Light.NoActionBar (old platform
    theme). enableEdgeToEdge() from activity-compose 1.9.0 crashes trying
    to resolve missing Material3 theme attributes.

    Fix: Changed to Theme.Material3.DayNight.NoActionBar
    Also: removed duplicate imports, added explicit material dependency

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads