Created
January 5, 2022 10:37
-
-
Save dongmai/aead33b3a8849dd3899c9d967e5ca9a3 to your computer and use it in GitHub Desktop.
Android change app icon with fastlane
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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