Change AppGallery deploy format to aab (#1483)

This commit is contained in:
Mikołaj Pich
2021-09-06 03:27:54 +02:00
committed by GitHub
parent 3a03b5f1c6
commit b47f26684b
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ huaweiPublish {
instances {
hmsRelease {
credentialsPath = "$rootDir/app/src/release/agconnect-credentials.json"
buildFormat = "apk"
buildFormat = "aab"
deployType = "draft"
}
}