Skip to content

Gradle Play Publisher 3.1.0

Compare
Choose a tag to compare
@SUPERCILEX SUPERCILEX released this 31 Dec 02:50
· 113 commits to master since this release
a48e184

Note: This release is only compatible with the Android Gradle Plugin v4.1.x. See GPP v3.1.0-agp4.2 for a release compatible with the Android Gradle Plugin v4.2.x.

New features

  • Native deobfuscation symbols are now uploaded alongside APKs.
  • Pending API changes are now validated when skipping a commit, enabling dry run use cases with --no-commit.
  • When using a custom artifact directory, mapping files can now be targeted to specific APKs. See the docs for more details.

Bug fixes

  • Fixed a crash reading version codes with auto resolution on after a manual version bump was performed.
  • Added integration with crash reporting plugins (Crashlytics and Bugsnag currently) to automatically run their upload tasks on publish.
  • Mapping files are no longer uploaded when publishing an app bundle as the mapping file is already a part of the bundle.
  • The time between an API edit being generated and committed is now shorter, minimizing the chance of getting an editDeleted error.