diff --git a/RBLNews.Maui/RBLNews.Maui.csproj b/RBLNews.Maui/RBLNews.Maui.csproj index 84f05a4..a922f77 100644 --- a/RBLNews.Maui/RBLNews.Maui.csproj +++ b/RBLNews.Maui/RBLNews.Maui.csproj @@ -1,8 +1,7 @@  - net8.0-android;net8.0-ios;net8.0-maccatalyst - $(TargetFrameworks);net8.0-windows10.0.19041.0 + net8.0-maccatalyst;net8.0-android34.0 @@ -33,12 +32,16 @@ 14.2 14.0 - 24.0 + 32.0 10.0.17763.0 10.0.17763.0 6.5 + + apk + + diff --git a/RBLNews.Shared/Components/Layout/NavMenu.razor b/RBLNews.Shared/Components/Layout/NavMenu.razor index 2c7be56..6e275c3 100644 --- a/RBLNews.Shared/Components/Layout/NavMenu.razor +++ b/RBLNews.Shared/Components/Layout/NavMenu.razor @@ -1,17 +1,25 @@ @using RBLNews.Shared.Services @inject IFeedDataService feedDataService - -