5.0.0 Service Release 15
This is the first release that targets Android 13 (API 33) by default. As a result a lot of the dependencies have been updated to accommodate this.
You will have to update your project and dependencies accordingly, else you will see build errors. For more information and more detailed instructions, have a look at this blog post.
Service Release 15 is identical to the Service Release 15 preview 1 release.
What's Changed
- UWP Dispatcher should use the internal core dispatcher for state by @mattleibow in https://github.com/xamarin/Xamarin.Forms/pull/15716
- Solution fix for projects on case sensitive filesystems by @moljac in https://github.com/xamarin/Xamarin.Forms/pull/15727
- Bump MonoAndroid target to 13.0 by @jfversluis in https://github.com/xamarin/Xamarin.Forms/pull/15718
- fixed NotSupportedException in Xamarin.Forms.Platform.Android.Platform.DefaultRenderer by @thisisthekap in https://github.com/xamarin/Xamarin.Forms/pull/15730
- Finetune dependency versions for MonoAndroid13 target by @jfversluis in https://github.com/xamarin/Xamarin.Forms/pull/15736
New Contributors
- @moljac made their first contribution in https://github.com/xamarin/Xamarin.Forms/pull/15727
Full Changelog: https://github.com/xamarin/Xamarin.Forms/compare/release-5.0.0-sr14...release-5.0.0-sr15