Skip to content

Releases: cianru/huawei-appgallery-publish-gradle-plugin

v1.3.0

28 Aug 23:38
Compare
Choose a tag to compare

Add

  • Migrate to Kotlin DSL

Breaking changes

  • Support only Android Gradle Plugin v 7.0.+

v1.2.5

28 Aug 23:34
Compare
Choose a tag to compare

Breaking changes

  • Support only Android Gradle Plugin v 4.2.+

v1.2.4

18 Apr 21:32
Compare
Choose a tag to compare

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

08 Jan 11:38
Compare
Choose a tag to compare

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

12 Nov 10:11
Compare
Choose a tag to compare

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

20 Sep 22:00
Compare
Choose a tag to compare
  • 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

20 Sep 22:00
Compare
Choose a tag to compare
  • Update dependencies: kotlin-1.3.72, gradle-6.6
  • Added publish param to separate uploading and publishing a build file