Closed PhilipSA closed 3 years ago
Yeah, this is a bug. The API keeps changing the message and reason which means our logic breaks. This line needs to be updated: https://github.com/Triple-T/gradle-play-publisher/blob/2b14f4556313975687f87e9a60c00e039368fdd2/play/android-publisher/src/main/kotlin/com/github/triplet/gradle/androidpublisher/internal/DefaultEditManager.kt#L216
I don't understand why my build fails even ResolutionStrategy.IGNORE flag is set. When uploading multiple apps using flavors if one of them fails due to already being uploaded all of them fails. I expect the build to just ignore these uploads and upload all artifacts for the other apps. Instead the build stops and nothing is uploaded.
Not sure if this is a bug or if i have misinterpreted the documentation.