Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

adding a 8 to version

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.

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

adding a 8 to version

Hi Vinny -

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

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

adding a 8 to version

version 3.0 on all my apps. it happens

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

adding a 8 to version

anything?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

adding a 8 to version

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

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

adding a 8 to version

Ok thanks.. I

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

adding a 8 to version

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.

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

adding a 8 to version

Ok

Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

adding a 8 to version

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

adding a 8 to version

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.

Return to “Issues”