mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 13:15:49 -06:00
feat: Attempt to fix compile error
This commit is contained in:
@@ -35,8 +35,12 @@ android {
|
|||||||
compileSdkVersion 33
|
compileSdkVersion 33
|
||||||
|
|
||||||
packagingOptions {
|
packagingOptions {
|
||||||
pickFirst '**/libpdfium.so'
|
pickFirst 'lib/x86/libpdfium.so'
|
||||||
|
pickFirst 'lib/x86_64/libpdfium.so'
|
||||||
|
pickFirst 'lib/armeabi-v7a/libpdfium.so'
|
||||||
|
pickFirst 'lib/arm64-v8a/libpdfium.so'
|
||||||
}
|
}
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
// Required for flutter_local_notifications
|
// Required for flutter_local_notifications
|
||||||
coreLibraryDesugaringEnabled true
|
coreLibraryDesugaringEnabled true
|
||||||
|
|||||||
Reference in New Issue
Block a user