Skip to content

Commit

Permalink
fix: disable R8 full mode for flutter_local_notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesvedder committed Oct 7, 2024
1 parent d8677f5 commit 75710aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
org.gradle.jvmargs=-Xmx4G -XX:+HeapDumpOnOutOfMemoryError
android.useAndroidX=true
android.enableJetifier=true
# fixes flutter_local_notifications error
# https://github.com/MaikuB/flutter_local_notifications/issues/2223#issuecomment-1925452782
android.enableR8.fullMode = false

0 comments on commit 75710aa

Please sign in to comment.