Google Api错误:api已弃用,如何更新

问题描述 投票:1回答:1

我正在尝试通过Travis CI推送使用react-native构建的应用程序的更新,但是我推送失败,并且出现以下错误。

我不太确定如何更新google Api以及我的代码的哪一部分使用它,请协助我到处寻找并且找不到解决方案。

谢谢

[!] Google Api Error: apiDeprecated: This version of the Play Developer API is no longer available. For more information see https://android-developers.googleblog.com/2019/03/changes-to-google-play-developer-api.html. - This version of the Play Developer API is no longer available. For more information see https://android-developers.googleblog.com/2019/03/changes-to-google-play-developer-api.html.
#######################################################################
# fastlane 2.137.0 is available. You are on 2.122.0.
# You should use the latest version.
# Please update using `bundle update fastlane`.
#######################################################################
The command "./bin/deploy "staging"" exited with 1.
cache.2
store build cache
Done. Your build exited with 1.
javascript react-native google-api travis-ci fastlane
1个回答
0
投票

您需要更新为[[fastlane版本2.136.0或更高版本,但最新版本(建议当前为2.137.0

您需要通过运行gem install fastlanegem update fastlane或运行bundle update fastlane(如果有Gemfile,则需要升级安装在Travis上的

fastlane

gem)。
© www.soinside.com 2019 - 2024. All rights reserved.