From 3b419e18a3c82fbd94cb9e29d5bbecc4bb025a18 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 9 Sep 2025 02:30:59 -0400 Subject: [PATCH] Build KNotifications master in Craft for now This is needed to make Android notifications work again, as it narrowly missed 6.18. We can remove it upon the next release. --- .craft.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.craft.ini b/.craft.ini index 2ffffea6e..a5c72a756 100644 --- a/.craft.ini +++ b/.craft.ini @@ -4,3 +4,5 @@ [BlueprintSettings] kde/applications/neochat.packageAppx=True libs/qt.qtMajorVersion=6 +; Remove once KNotifications v6.19 releases, to make Android notifications work again +kde/frameworks/knotifications.version=master \ No newline at end of file