.NET 7.15 issues on Android and iOS

Hi,
it seems that 7.16 fix the reported problem in iOS, but Android is still crashing.
We have replaced the 7.15 flexcel by newest one, but the provided test app is crashing on new exceptions:

System.IO.FileNotFoundException: File name: 'FlexCel.resources' at System.Reflection.Assembly.Load(AssemblyName assemblyRef, StackCrawlMark& stackMark, AssemblyLoadContext assemblyLoadContext) at System.Reflection.RuntimeAssembly.InternalGetSatelliteAssembly(Assembly assembly, CultureInfo culture, Version version, Boolean throwOnFileNotFound)

System.InvalidOperationException: 'The version of the native libSkiaSharp library (88.1) is incompatible with this version of SkiaSharp. Supported versions of the native libSkiaSharp library are in the range [80.2, 81.0).'

Can you please take a look on the Android test app and help us solve the problem, please?
Thanks