HazAT / badge

Add a badge to your app icon
MIT License
966 stars 87 forks source link

no_badge is not working in android . #51

Closed ashutoshsingh33 closed 7 years ago

ashutoshsingh33 commented 7 years ago
  badge(glob: "/app/src/main/res/mipmap-*dpi/*.{png,PNG}",
  shield: "Version-#{value}-blue",
  no_badge: true)
HazAT commented 7 years ago

There is actually no difference for icons between iOS/Android, badge just manipulates pngs. Is it still not working and are the shield on the icon?

ashutoshsingh33 commented 7 years ago

@HazAT yes now its working. It fault of my pngs . Thankyou.