Documentation about gms_dependency
cagdassozer opened this issue · 1 comments
cagdassozer commented
Hello, thanks for the last version. Do you think the documentation is right about this new parameter ? :
huawei_appgallery_connect_update_app_localization(
client_id: "<CLIENT_ID>",
client_secret: "<CLIENT_SECRET>",
app_id: "<APP_ID>",
gms_dependency: 1 #Indicates whether an app depends on GMS. 1: Yes, 0: No
)
I would expect to see this fastlane action:
huawei_appgallery_connect_set_gms_dependency(
client_id: "<CLIENT_ID>",
client_secret: "<CLIENT_SECRET>",
app_id: "<APP_ID>",
gms_dependency: 1 #Indicates whether an app depends on GMS. 1: Yes, 0: No
)
shr3jn commented
Thanks for finding the issue on the doc. Updated it.