Android Version Code

In my JUCE based app. I want to read the “Android Version Code”.

How do I do that ?

Now I’m using an “Extra Preprocessor Definition” (ANDROID_VERSION_CODE = nn), but it would be nice to be able to read the “Android Version Code” you configure in Projucer.

– Eigil