I have a library project that I'm using as the engine for 2 separate apps. Can I keep all the AdMob stuff in the library or do I have to make separate ones for each app? Also, where's the best place to store the AdMob ID? Right now I have it in strings.xml but I don't know if it's something that needs to be kept private or not.
Thanks!