|
@@ -7,7 +7,7 @@ namespace QuestPDF.Skia;
|
|
|
|
|
|
|
|
internal static class SkNativeDependencyCompatibilityChecker
|
|
internal static class SkNativeDependencyCompatibilityChecker
|
|
|
{
|
|
{
|
|
|
- private const int ExpectedNativeLibraryVersion = 6;
|
|
|
|
|
|
|
+ private const int ExpectedNativeLibraryVersion = 7;
|
|
|
|
|
|
|
|
private static NativeDependencyCompatibilityChecker Instance { get; } = new()
|
|
private static NativeDependencyCompatibilityChecker Instance { get; } = new()
|
|
|
{
|
|
{
|