I updated my xamarin.android packages to the latest version and make the target framework is AndroidQ but now I can't build the project when used Linker properties "SDK Assemblies only"
how I can exclude monkeyCache.SqlLite from linking assemblies
I updated my xamarin.android packages to the latest version and make the target framework is AndroidQ but now I can't build the project when used Linker properties "SDK Assemblies only"
how I can exclude monkeyCache.SqlLite from linking assemblies
You can exclude assemblies from linking
<PropertyGroup><AndroidLinkSkip>MvvmCross;MvvmCross.Plugin.Messenger</AndroidLinkSkip>