From 6d892e9d005c5f00003ec49b0d7afc9db65d8ca3 Mon Sep 17 00:00:00 2001 From: Ruben Aalders Date: Sun, 23 Oct 2022 15:47:30 +0200 Subject: [PATCH] Update build.gradle The "Requires IMMUTABLE tag crash on API 31" has been fixed in 8.0.2 (https://github.com/firebase/FirebaseUI-Android/pull/2063). Is it possible this package is updated to that dependency? --- flutter_auth_ui/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flutter_auth_ui/android/build.gradle b/flutter_auth_ui/android/build.gradle index f74523f..f9116c8 100644 --- a/flutter_auth_ui/android/build.gradle +++ b/flutter_auth_ui/android/build.gradle @@ -46,5 +46,5 @@ android { } dependencies { - implementation 'com.firebaseui:firebase-ui-auth:8.0.0' + implementation 'com.firebaseui:firebase-ui-auth:8.0.2' }