Skip to content

Instantly share code, notes, and snippets.

@dongmai
Created January 5, 2022 10:37
Show Gist options
  • Save dongmai/aead33b3a8849dd3899c9d967e5ca9a3 to your computer and use it in GitHub Desktop.
Save dongmai/aead33b3a8849dd3899c9d967e5ca9a3 to your computer and use it in GitHub Desktop.
Android change app icon with fastlane
unless iconDownloadUrl.empty?
tempfile = Down.download(iconDownloadUrl)
android_appicon(
appicon_image_file: tempfile.path,
appicon_icon_types: [:launcher, :notification],
appicon_path: Dir.pwd + "#{placeHolderPath}/res/mipmap",
generate_rounded: true,
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment