Skip to content

Latest commit

 

History

History
106 lines (75 loc) · 3.7 KB

File metadata and controls

106 lines (75 loc) · 3.7 KB

1.3.4

Add
  • issue#37 Update Release Notes for publishing build. See releaseNotes Gradle Plugin Extension param and --releaseNotes CLI param description.

1.2.6

Fix for supporting of Gradle 6.* and AGP 4.*
  • issue#39: Java 8 incompatibility
  • CheryPick from v1.3.* issue#38: Publishing bug: The package is being compiled, please try again

1.3.3

Fix
  • issue#36: publishHuaweiAppGallery* task not created for all build types. The plugin create publishing task for debuggable build too.
  • issue#38: Publishing bug: "The package is being compiled, please try again". Huawei changed the behavior of current api url for apk build copied it as for aab with waiting for review.

1.3.1

Add
  • Support of Detekt.
  • Execute GitHub actions to run detekt checks on each push and pull request.
Fix
  • issue#32: Fix correct finding of aab and apk build files.
  • issue#33: Publish task must run after assemble and bundle tasks.

1.3.0

Add
  • issue#25: Gradle 7.0 / Android Gradle Plugin 7.0 support
  • add unit tests to automated github actions

1.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

1.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.*;

1.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

1.1.0

Add
  • Support AppBundle
  • Support system proxy
  • Add CLI params for dynamically changes the plugin extension params
Fix
  • Issue#2: Error on upload: 'The language does not exist!'

1.0.1

  • Update dependencies: kotlin-1.3.72, gradle-6.6
  • Added publish param to separate uploading and publishing a build file

1.0.0

  • Support different Plugin settings for different buildTypes and flavors
  • First release version

0.1.0

First released version. Support:

  • Publish APK in Huawei AppGallery and submit it on all users after getting store approve