How to update Google Play Developer API version to v3?

蓝咒 提交于 2020-01-11 02:06:30

问题


Got this warning while publishing the app:

We’ve detected that your app is using an old version of the Google Play Developer API. From December 1 2019, versions 1 and 2 of this API will no longer be available. Update to version 3 before this date.

https://android-developers.googleblog.com/2019/03/changes-to-google-play-developer-api.html

I'm wondering why I got this warning as I'm not using Google Play developer API explicitly.

Can anyone tell me what does it mean and how to update it to v3? The above link is not enough to solve the issue.

Upgrade every library to it's latest version already!!

Here is the snap of libraries I've used


回答1:


I had the same problem. I had to update google-services.

See https://firebase.google.com/support/release-notes/android#2019-08-22 : "The google-services plugin for Android (v4.3.1) is now available. This release removes calls to a deprecated API. For more information, refer to the Firebase Android SDK Release Notes."

Hope this helps you!



来源:https://stackoverflow.com/questions/57033386/how-to-update-google-play-developer-api-version-to-v3

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!