Skip to content

Commit

Permalink
bump androidx.window version due to play console crash reports
Browse files Browse the repository at this point in the history
  • Loading branch information
dreautall committed May 29, 2023
1 parent 0f9a932 commit 72c28ba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/app/build.gradle
Expand Up @@ -94,4 +94,6 @@ dependencies {
implementation "androidx.lifecycle:lifecycle-viewmodel:2.5.0"
implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.0"
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5' // Added: flutter_local_notifications
implementation 'androidx.window:window:1.0.0' // Added: flutter_local_notifications
implementation 'androidx.window:window-java:1.0.0' // Added: flutter_local_notifications
}

0 comments on commit 72c28ba

Please sign in to comment.