Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Android Play Icon #28

Open
GantMan opened this issue Dec 7, 2017 · 1 comment
Open

Create Android Play Icon #28

GantMan opened this issue Dec 7, 2017 · 1 comment

Comments

@GantMan
Copy link

GantMan commented Dec 7, 2017

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
Copy link

is this feature added?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants