forked from organicmaps/organicmaps
[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:
parent
653907b063
commit
9bf26aed74
1 changed files with 2 additions and 1 deletions
|
@ -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'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue