如果我将fcm库从9.0升级到15.0会有什么影响
What effect will i get if i update fcm library from 9.0 to 15.0
我正在开发的应用程序正在使用 play-services:9.0.1
库,我计划将这些库更新为 15.0.0
,更新后我没有在任何 class 中看到任何错误文件。
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 播放服务更新到 15.0.0,以防止任何不匹配。
您还需要在此处查看发行说明:
我正在开发的应用程序正在使用 play-services:9.0.1
库,我计划将这些库更新为 15.0.0
,更新后我没有在任何 class 中看到任何错误文件。
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 播放服务更新到 15.0.0,以防止任何不匹配。
您还需要在此处查看发行说明: