Page 1 of 2

adding a 8 to version

Posted: Fri Dec 11, 2015 10:47 pm
by Vinny B

Hello

Code: Select all

 I guess will try this again. Anytime I save my app as an APK and try yo upload it to Google Play the version code is automatically changed. It seems for some reason and 8 is added to the version. So if I have version 7 it becomes version 78 automatically.  

The app name is
and
ITs shared with support.


adding a 8 to version

Posted: Sat Dec 12, 2015 5:43 am
by Illya Stepanov

Hi Vinny -

Please specify the library version you are using: https://devcenter.appery.io/documenta...


adding a 8 to version

Posted: Sun Dec 13, 2015 11:46 am
by Vinny B

version 3.0 on all my apps. it happens


adding a 8 to version

Posted: Sat Dec 19, 2015 2:16 am
by Vinny B

anything?


adding a 8 to version

Posted: Sat Dec 19, 2015 2:36 am
by Illya Stepanov

We have reported this and our development team is working on it.


adding a 8 to version

Posted: Sat Dec 19, 2015 3:33 am
by Vinny B

Ok thanks.. I


adding a 8 to version

Posted: Wed Dec 23, 2015 12:26 pm
by Evgene Karachevtsev

Hello Vinny,

Tthis is the default behavior of Cordova build system. One number is added to "Version code" property depending on Android SDK version and build architecture.
Workaround:

  1. Open editor;

  2. Go to "Source" tab;

  3. Open "ANDROID" tree folder;

  4. Open folder with project name;

  5. Create new file (through gear menu) with name codegradle.properties/code and content:
    precdvVersionCode=8/pre

    Image

  6. Save project and build it.


adding a 8 to version

Posted: Wed Dec 23, 2015 1:13 pm
by Vinny B

Ok


adding a 8 to version

Posted: Sun Jan 10, 2016 1:16 pm
by Vinny B

Any update on this issue. I would rather not change the source code because if I have a problem your first answer will be I changed the source code. LOL


adding a 8 to version

Posted: Tue Jan 12, 2016 7:54 am
by Alena Prykhodko

Hello Vinny,

The only solution here is this workaround, you can change Source code in the very end to prevent any situations related to source code changes.