Is it possible to specify multiple keys for Google Maps Android API in the same code base?
It looks like I have to change the key in manifest file each time I change
I added both keys in the manifest at once. Like this
Apparently, this works. Looks like Google code is smart enough to use relevant key automatically.