shr3jn/fastlane-plugin-huawei_appgallery_connect

Documentation about gms_dependency

Closed this issue · 1 comments

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
)

Thanks for finding the issue on the doc. Updated it.