我正在开发的应用程序正在使用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