如果我将 fcm 库从 9.0 更新到 15.0,我会得到什么效果



我正在开发的应用程序正在使用play-services:9.0.1库,我打算将它们更新为15.0.0,更新后我在任何类文件中都没有看到任何错误。

 compile('com.google.firebase:firebase-messaging:9.0.1')
 compile('com.google.firebase:firebase-messaging:15.0.0')

我的问题是是否有任何副作用可能发生,或者我需要在将play-service库从9.0.1升级到15.0.0后进行测试

当您将 Firebase 更新到 15.0.0

时,您还需要将 Google Play 服务更新到 15.0.0,以防止出现任何不匹配。

此外,您还需要在此处查看发行说明:

https://firebase.google.com/support/release-notes/android

相关内容

  • 没有找到相关文章

最新更新