update viewer impl

This commit is contained in:
Anton Stubenbord
2024-01-12 22:24:08 +01:00
parent 9bca1cb6ed
commit 49ed8f43b6
12 changed files with 486 additions and 106 deletions

View File

@@ -34,13 +34,6 @@ if (keystorePropertiesFile.exists()) {
android {
compileSdkVersion 33
packagingOptions {
pickFirst '**/x86/libpdfium.so'
pickFirst '**/x86_64/libpdfium.so'
pickFirst '**/armeabi-v7a/libpdfium.so'
pickFirst '**/arm64-v8a/libpdfium.so'
}
compileOptions {
// Required for flutter_local_notifications
coreLibraryDesugaringEnabled true