fastlane-community / fastlane-plugin-appicon

Generate required icon sizes and iconset from a master application icon.
MIT License
338 stars 48 forks source link

Create Android Play Icon #28

Open GantMan opened 6 years ago

GantMan commented 6 years ago

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
nathansdev commented 4 years ago

is this feature added?