mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-06 09:15:48 -06:00
feat: Attempt to fix compile error
This commit is contained in:
@@ -34,6 +34,9 @@ if (keystorePropertiesFile.exists()) {
|
|||||||
android {
|
android {
|
||||||
compileSdkVersion 33
|
compileSdkVersion 33
|
||||||
|
|
||||||
|
packagingOptions {
|
||||||
|
pickFirst '**/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