I am trying to update a Xamarin application using Visual Studio for Mac to use API level 14 (SDK 34.0.3). I have the following entry in the AndroidManifest:
When I try to select SDK version 34 from the Properties window, version 34 shows up but doesn’t show the Android version like it does with previous version
When I compile or archive the android version of the app with the Target Android version set to API Level 34 it actually reverts back to Android 13.0 (API level 33). How do I get my system to use the version that I need?
2