From 36eec21ff59e3c15c86b85a235cff0125083dd9c Mon Sep 17 00:00:00 2001 From: bricefriha Date: Mon, 31 Aug 2026 23:51:31 +0100 Subject: [PATCH 1/2] Images now caching like a treat --- App/GamHubApp.csproj | 1 + App/MauiProgram.cs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/App/GamHubApp.csproj b/App/GamHubApp.csproj index bbdcfc43..d6059e22 100644 --- a/App/GamHubApp.csproj +++ b/App/GamHubApp.csproj @@ -122,6 +122,7 @@ + diff --git a/App/MauiProgram.cs b/App/MauiProgram.cs index dab36e37..a5b70303 100644 --- a/App/MauiProgram.cs +++ b/App/MauiProgram.cs @@ -8,6 +8,7 @@ using Maui.RevenueCat.InAppBilling; using GamHubApp.Core; using CustardApi.Objects; +using Maui.Nuke; #if IOS @@ -30,6 +31,7 @@ public static MauiApp CreateMauiApp() EnvironementSetup.DebugSetup(); #endif builder.UseMauiApp() + .UseNuke() .UseSentry(options => { #if DEBUG From 142aa686967e633c5c26d82eeb80432cea25b65c Mon Sep 17 00:00:00 2001 From: bricefriha Date: Mon, 31 Aug 2026 23:53:03 +0100 Subject: [PATCH 2/2] upgrade maui --- App/GamHubApp.csproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/App/GamHubApp.csproj b/App/GamHubApp.csproj index d6059e22..06d8a468 100644 --- a/App/GamHubApp.csproj +++ b/App/GamHubApp.csproj @@ -20,7 +20,7 @@ 1.0 1 true - + 15.0 35.0 Debug;Release;Debug_Localhost @@ -114,9 +114,9 @@ - - - + + + @@ -171,7 +171,7 @@ - +