Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
The "Requires IMMUTABLE tag crash on API 31" has been fixed in 8.0.2 (firebase/FirebaseUI-Android#2063). Is it possible this package is updated to that dependency?
  • Loading branch information
rubenaalders committed Oct 23, 2022
1 parent a56a4fd commit 6d892e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flutter_auth_ui/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ android {
}

dependencies {
implementation 'com.firebaseui:firebase-ui-auth:8.0.0'
implementation 'com.firebaseui:firebase-ui-auth:8.0.2'
}

0 comments on commit 6d892e9

Please sign in to comment.