corona api version for android

Hi , 

I am trying to find api that gives corona api version for android platform .

For iOS, I was able to find function which is CoronaVersionBuildString() in corona iOS SDK that returns build version of Corona SDK .

but for android i am still trying to find function that returns BUILD VERSION OF CORONA ANDROID SDK

any one aware of such api ?

Thanks

Rajat Ahuja

I would use:

build = system.getInfo( "build" )

in Lua to determine the Corona SDK version but I’m not 100% sure what your goal is.

I would use:

build = system.getInfo( "build" )

in Lua to determine the Corona SDK version but I’m not 100% sure what your goal is.