Skip to content

Commit

Permalink
feat: Attempt to fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
astubenbord committed Jan 10, 2024
1 parent c5db5df commit ed1779c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ if (keystorePropertiesFile.exists()) {
android {
compileSdkVersion 33

packagingOptions {
pickFirst '**/libpdfium.so'
}
compileOptions {
// Required for flutter_local_notifications
coreLibraryDesugaringEnabled true
Expand Down

0 comments on commit ed1779c

Please sign in to comment.