Skip to content

Gradle Play Publisher 2.0.0 beta 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@SUPERCILEX SUPERCILEX released this 24 Oct 06:07
· 400 commits to master since this release

Breaking changes

The play.outputProcessor signature has changed to improve compatibility across Kotlin and Groovy DSLs:
outputProcessor = { ... }outputProcessor { ... }

Bug fixes

  • Crash when moving a draft to the completed stage using the promoteArtifact task - #424
  • Compatibility issues with Gradle versions less than 4.4 - #432, #443
  • Application not found errors are now ignored when using the automatic version conflict resolution strategy - #441, #442
  • Task naming conflicts are now handled by prefixing task names with gpp should one occur - #427, #428

Improvements

  • The bootstrap task now downloads high resolution images instead of previews - #426
  • Image uploading is now smarter to save you bandwidth: images will only be uploaded if the task is out-of-date and the file on disk is different from the one already uploaded to the Play Store - #423, #425