Releases: cianru/huawei-appgallery-publish-gradle-plugin
Releases · cianru/huawei-appgallery-publish-gradle-plugin
v1.3.0
Add
Breaking changes
- Support only Android Gradle Plugin v 7.0.+
v1.2.5
Breaking changes
- Support only Android Gradle Plugin v 4.2.+
v1.2.4
Add
- Support of Gradle Portal and Gradle DSL..
Breaking changes
- Removed
clientId
and clientSecret
plugin extension params as unsecured way for them setting.
Fix
- issue#21:
App publication requires additional manual step to be available for users
v1.2.2
Breaking changes
- If you are using AppBundle the current plugin version supports only Android Gradle Plugin v4.1.* due to
AGP Issue. If you are using APK, then AGP version and Plugin version are irrelevant.
Fix
- issue#11: Handle Api Error for wrong
client_id
or client_secret
values;
- issue#16: Plugin incorrectly detect AppBundle file location for AGP v4.1.*;
v1.2.1
Add
- Support of release phases
Breaking changes
- Rename credentials parameter:
client_key
-> client_secret
- Replace
publish
plugin option on deployType
one
Fix
- issue#7:
AppBundle publication error: The file is being processed. It may take 2-5 minutes, depending on the size of the software package
- issue#10:
Get error "call cds to query app information failed" for publishing with release phase
v1.1.0
- Support AppBundle
- Support system proxy
- Add CLI params for dynamically changes the plugin extension params
- Fix: [Bug] Error on upload: 'The language does not exist !' #2
v1.0.1
- Update dependencies: kotlin-1.3.72, gradle-6.6
- Added
publish
param to separate uploading and publishing a build file