Cant upload my game to google play im using CoronaSDK-2013.1137

Cant upload my game to google play im using CoronaSDK-2013.1137 …
I download a new version of  CoronaSDK-2014.2189 then wen i try to upload to google play its ok… but my big question is why game is encountered an error for a new version of CoronaSDK-2014.2189 ???

it is neccesary to put version code to build.seetings?

1137 uses the old Graphics 1 engine. The latest daily builds use Graphics 2.0 which includes a lot of enhancements and other changes. However reference points are not supported anymore. You can either choose to use V1 compatibility mode or upgrade your code.

Have a look here:

http://docs.coronalabs.com/guide/graphics/migration.html

You can also try build 1262 and see if that works for you.  It’s the last of the Graphics 1 builds and can no longer build for iOS, but Android should still be okay, unless you want to use AdMob in which case, you will be required to use the next public build when it comes out which will be a Graphics 2 based engine. 

Follow Ingemar’s advice above about moving your code to the new platform.

Rob

it is neccesary to put version code to build.seetings?

1137 uses the old Graphics 1 engine. The latest daily builds use Graphics 2.0 which includes a lot of enhancements and other changes. However reference points are not supported anymore. You can either choose to use V1 compatibility mode or upgrade your code.

Have a look here:

http://docs.coronalabs.com/guide/graphics/migration.html

You can also try build 1262 and see if that works for you.  It’s the last of the Graphics 1 builds and can no longer build for iOS, but Android should still be okay, unless you want to use AdMob in which case, you will be required to use the next public build when it comes out which will be a Graphics 2 based engine. 

Follow Ingemar’s advice above about moving your code to the new platform.

Rob