Skip to content

Commit

Permalink
Merge pull request #581 from hpi-studyu/fix/crash-on-android13
Browse files Browse the repository at this point in the history
fix: crash on Android 12L / 13
  • Loading branch information
hig-dev committed Feb 6, 2024
2 parents bd6223d + 1d8dd10 commit afdf06e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/android/app/build.gradle
Expand Up @@ -98,5 +98,9 @@ flutter {
dependencies {
// Start flutter_local_notifications
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.2.2'
// Fix crash on Android 12L / 13 using workaround
// See https://github.com/flutter/flutter/issues/110658#issuecomment-1320834920
implementation 'androidx.window:window:1.0.0'
implementation 'androidx.window:window-java:1.0.0'
// End flutter_local_notifications
}

0 comments on commit afdf06e

Please sign in to comment.