When I create an Android project in B4A 9.50 and set an app icon, it compiles with that icon just fine. But then I push to GitHub and someone else pulls from GitHub and compiles. Their version of the app has the default B4A icon, not the icon I had set. I checked the .b4a file and the IconFile attribute in the DesignText area is empty on both my local branch and on GitHub (and by extension, the other person's local branch). They can then set the app icon themselves. But they shouldn't have to do this, right? I would think it should be retained, presumably by that IconFile attribute.