[android] Upload to drafts in Huawei AppGallery

`publish` mode is just broken. Use `draft` and approve manually.

See https://github.com/cianru/huawei-publish-gradle-plugin/issues/32

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2021-10-13 12:23:37 +03:00
parent 653907b063
commit 9bf26aed74

View file

@ -448,7 +448,8 @@ huaweiPublish {
huaweiRelease {
credentialsPath = "$rootDir/huawei-appgallery.json"
buildFormat = "aab"
deployType = 'publish'
// https://github.com/cianru/huawei-publish-gradle-plugin/issues/32
deployType = 'draft'
}
}
}