Possible Duplicate:
How to open-source an application that uses API keys
I have an open source Android app which I am planning on adding Flurry tracking to. Flurry creates a unique API key for your app's tracking.
Do I need to try and hide this API key in my source code (i.e. not include it and I would add it every time I build for release) or just not worry about it?
I use Google Code as a svn repository and for any of my api keys I put a placeholder in strings.xml and make sure to blank them out if I check anything in.