3.3.0
版本发布时间: 2021-02-23 09:28:28
Triple-T/gradle-play-publisher最新发布版本:3.11.0(2024-08-31 03:25:43)
Note: This release is only compatible with the Android Gradle Plugin v4.1.x. See GPP v3.3.0-agp4.2 for a release compatible with the Android Gradle Plugin v4.2.x.
New features
- Support for single package multi-bundle uploads is now available. This enables using custom artifact directories with seperate phone and wear app bundles.
Bug fixes
-
ResolutionStrategy.IGNORE
stopped worked due to external API changes. This is now fixed.
Behavior changes ⚠️
- The global
publish
task has been replaced with an identicalpublishApps
task. This resolves conflicts with themaven-publish
plugin that had no other solution.