In app purchasing on Android

I noticed that the in app purchasing module only compiles on Android on the develop branch if you select C++14; it doesn’t build correctly against C++11. It seems to be due to changes in the way brace initialization works in C++14.

It shouldn’t be hard to fix. I lost half a day figuring out what the problem was. So, it might be worth fixing…