3.5.0
版本发布时间: 2021-06-23 08:20:48
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.2.x. See GPP v3.5.0-agp7.0 for a release compatible with the Android Gradle Plugin v7.0.x.
Bug fixes
- The wrong credentials were being used when specified through
playConfigs
. This is now fixed. - A Google API change caused publishing to fail if the app was under review. This is now fixed.
Improvements
- For those with flavor dimensions, any lifecycle task you could want is now available, named following the Android Gradle Plugin conventions. Run
./gradlew tasks --group publishing
to view available tasks. - On that same note, lifecycle tasks are now available for private uploads.
- ⚠️ The
bootstrap
task was renamed tobootstrapListing
whilepublish$variant
was renamed topublish${variant}Apps
.