diff --git a/DotNet/libdotnet.csproj b/DotNet/libdotnet.csproj index dacfbb1..3e2a19a 100644 --- a/DotNet/libdotnet.csproj +++ b/DotNet/libdotnet.csproj @@ -4,7 +4,6 @@ net8.0 enable enable - true true true linux-bionic-arm64 @@ -12,6 +11,23 @@ https://aka.ms/skiasharp-eap/index.json + + + + true + true + false + <_AggressiveAttributeTrimming>true + + true + false + false + true + false + false + Size + + diff --git a/Native/app/src/main/libs/arm64-v8a/libdotnet.so b/Native/app/src/main/libs/arm64-v8a/libdotnet.so index 6d72d3e..0db7be0 100644 Binary files a/Native/app/src/main/libs/arm64-v8a/libdotnet.so and b/Native/app/src/main/libs/arm64-v8a/libdotnet.so differ diff --git a/Native/app/src/main/libs/arm64-v8a/libdotnet.so.dbg b/Native/app/src/main/libs/arm64-v8a/libdotnet.so.dbg index f4659da..24426cd 100644 Binary files a/Native/app/src/main/libs/arm64-v8a/libdotnet.so.dbg and b/Native/app/src/main/libs/arm64-v8a/libdotnet.so.dbg differ diff --git a/README.md b/README.md index 3011cc1..9875f68 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ A breakdown of the files inside: 1981-01-01 01:01:02 10569629 4629574 25 files ``` -`libdotnet.so` is ~1.9MB, and `libSkiaSharp.so` is ~8.5MB! +`libdotnet.so` is ~1.3MB, and `libSkiaSharp.so` is ~8.5MB! If we reduce this to a "Hello World" example: