What is the last version of Android that is supported for Xamarin Forms? I'm trying to update my app to the last possible version of Android for Xamarin Forms. I know I'll have to switch to MAUI soon but hope to put that off a little while longer.
I downloaded all the latest SDKs through Android Studio and the Android SDK Manager in Visual Studio 2022 and expected them to show up in the Target Framework dropdown, but the last one I see is Android 13.0. However, in the second image, I see all the versions up to 16.0 for target Android version.
This link (https://dotnet.microsoft.com/en-us/platform/support/policy/xamarin) says that Android API 34 is the final version for Xamarin, but based on the dropdown in the second image API 34 is Android 14.0. Why would I then not see 14.0 in the dropdown in the first image?

