GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.17k stars 155 forks source link

Upgrade Firebase Android BoM to v32 #423

Closed MattSkala closed 1 year ago

MattSkala commented 1 year ago

It seems this SDK currently uses an outdated version of Firebase BoM 31.4.0 (March 2023) on Android. It should be updated to the latest available version of 32.3.1.

The latest BoM release includes several new features and bug fixes, including https://github.com/firebase/firebase-android-sdk/issues/5266

Qw4z1 commented 1 year ago

Just FYI, #375 is a semi-active PR which does the same thing. No clue when it will be merged though (I'm not one of the maintainers). =)