From e6448052dfe012251df009813b629cd485696781 Mon Sep 17 00:00:00 2001 From: Dominik Titl <78549750+morning4coffe-dev@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:06:20 +0100 Subject: [PATCH] chore: Reference GooglePlay in docs --- doc/articles/features/using-the-uno-sdk.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/articles/features/using-the-uno-sdk.md b/doc/articles/features/using-the-uno-sdk.md index f82af75ffb31..030d07f0a84f 100644 --- a/doc/articles/features/using-the-uno-sdk.md +++ b/doc/articles/features/using-the-uno-sdk.md @@ -49,6 +49,7 @@ Here are the supported features: | Feature | Description | |----------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | `Foldable` | Adds a reference to [Uno.WinUI.Foldable](https://www.nuget.org/packages/Uno.WinUI.Foldable). | +| `GooglePlay` | Adds a reference to [Uno.WinUI.GooglePlay](https://www.nuget.org/packages/Uno.WinUI.GooglePlay). | | `MediaElement` | Adds native references where needed to use [MediaElement](https://learn.microsoft.com/en-us/uwp/api/windows.ui.xaml.controls.mediaelement). | | `CSharpMarkup` | Adds support for [C# Markup](xref:Uno.Extensions.Markup.Overview). | | `Extensions` | Adds the most commonly used Extensions Packages for Hosting, Configuration, and Logging. |