Skip to content

Create Android Play Icon #28

Open
Open
@GantMan

Description

@GantMan

Suggesting adding a play_icon_path which will take the source image and generate the needed 512x512 image for google play (High res icon), when uploading the resource to the play store.

lane :android do
  android_appicon(
    appicon_image_file: 'spec/fixtures/Themoji.png',
    appicon_devices: [:phone, :tablet],
    appicon_path:'app/res/mipmap'
    play_icon_path: 'marketing/'
  )
end

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions