feat: Attempt to fix compile error

This commit is contained in:
Anton Stubenbord
2024-01-10 19:17:31 +01:00
parent c5db5dfdce
commit ed1779c6b2

View File

@@ -34,6 +34,9 @@ if (keystorePropertiesFile.exists()) {
android {
compileSdkVersion 33
packagingOptions {
pickFirst '**/libpdfium.so'
}
compileOptions {
// Required for flutter_local_notifications
coreLibraryDesugaringEnabled true