From 72c28ba3ee40655410a606381ff67767ebaa5e1f Mon Sep 17 00:00:00 2001 From: dreautall <109872040+dreautall@users.noreply.github.com> Date: Mon, 29 May 2023 20:08:06 +0000 Subject: [PATCH] bump androidx.window version due to play console crash reports See https://github.com/flutter/flutter/issues/110658 --- android/app/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/app/build.gradle b/android/app/build.gradle index 020448b2..59dba52b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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 }