Can the latest syncfusion release support android 8.1? I was developing for 9.0 but found out that my app needs to target 8.1. Is this possible? This is what I get when trying to compile for Android 8.1:
The $(TargetFrameworkVersion) for Syncfusion.Buttons.XForms.Android (v9.0) is greater than the $(TargetFrameworkVersion) for your project (v8.1). You need to increase the $(TargetFrameworkVersion) for your project.
The $(TargetFrameworkVersion) for Syncfusion.Core.XForms.Android (v9.0) is greater than the $(TargetFrameworkVersion) for your project (v8.1). You need to increase the $(TargetFrameworkVersion) for your project.
The $(TargetFrameworkVersion) for Syncfusion.Expander.XForms.Android (v9.0) is greater than the $(TargetFrameworkVersion) for your project (v8.1). You need to increase the $(TargetFrameworkVersion) for your project.
The $(TargetFrameworkVersion) for Syncfusion.SfListView.XForms.Android (v9.0) is greater than the $(TargetFrameworkVersion) for your project (v8.1). You need to increase the $(TargetFrameworkVersion) for your project.
Thanks