Triple-T Publisher升级版本无法上传到GPC

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

我正在使用

Triple-T gradle-play-publisher
将版本上传到 Play 商店。
当前版本是
id("com.github.triplet.play") version "2.6.2"

并使用
classpath 'com.android.tools.build:gradle:7.0.2'

它工作正常,生成并推送到商店
publishReleaseApk

但是当我转到
3.7.0
时,我遇到了以下问题:

* What went wrong:
Execution failed for task ':app:publishReleaseApk'.
> A failure occurred while executing com.github.triplet.gradle.play.tasks.PublishApk$Processor
   > There was a failure while executing work items
      > A failure occurred while executing com.github.triplet.gradle.play.tasks.PublishApk$ApkUploader
         > 'boolean com.google.api.client.http.HttpTransport.isMtls()'

我还应该改变什么?

android gradle google-play cicd
1个回答
0
投票

问题是因为使用了

Triple-T
Firebase App Distribution
,我设法通过将两个库升级到最新版本来解决它。
之后,我发现
fastlane
提供了与
Triple-T
相同的功能,所以我将我的gradle代码迁移到
fastlane

© www.soinside.com 2019 - 2024. All rights reserved.