mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 04:07:57 -06:00
update viewer impl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user