cianru / huawei-appgallery-publish-gradle-plugin

Huawei AppGallery Publish Gradle Plugin allows you to publish the android release build file (*.apk or *.aab) to the Huawei AppGallery store
Apache License 2.0
111 stars 20 forks source link

Add app info updating #42

Closed vmtrue closed 1 year ago

vmtrue commented 1 year ago

Issue: #41

Add ability to put json to update app info of new version

https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-References/agcapi-app-info-update-0000001111685198#section24713355

cosic commented 1 year ago

@vmtrue Hi! Thank you for your PR.

Could you make next changes

  1. Move PR to snapshot-1.3.5 branch intead of master
  2. Rename AppInfo into AppBasicInfo according of the Huawei API terminology
  3. Add descritpion about a new param into README.md file.
vmtrue commented 1 year ago

@vmtrue Hi! Thank you for your PR.

Could you make next changes

  1. Move PR to snapshot-1.3.5 branch intead of master
  2. Rename AppInfo into AppBasicInfo according of the Huawei API terminology
  3. Add descritpion about a new param into README.md file.

done