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

时间:2018-04-17 07:08:44

标签: android firebase google-play-services firebase-cloud-messaging

我正在使用的应用程序正在使用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之后进行测试

1 个答案:

答案 0 :(得分:2)

当您将firebase更新为15.0.0时,您还需要将Google Play服务更新为15.0.0,以防止任何不匹配。

此外,您还需要查看发布说明:

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