3.1.0
版本发布时间: 2020-12-31 10:50:18
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.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.