You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Andrew Grieve <ag...@chromium.org> on 2013/01/23 20:33:34 UTC

Default App version in Android manifest

It's set to:

android:versionName="1.1" android:versionCode="5"


Any reason our app template shouldn't have the versions start at 1?

Re: Default App version in Android manifest

Posted by Filip Maj <fi...@adobe.com>.
I've changed it to 1.0 and 1 respectively.

On 1/23/13 2:47 PM, "Tommy-Carlos Williams" <to...@devgeeks.org> wrote:

>+1 
>
>On 24/01/2013, at 6:33 AM, Andrew Grieve <ag...@chromium.org> wrote:
>
>> It's set to:
>> 
>> android:versionName="1.1" android:versionCode="5"
>> 
>> 
>> Any reason our app template shouldn't have the versions start at 1?
>


Re: Default App version in Android manifest

Posted by Tommy-Carlos Williams <to...@devgeeks.org>.
+1 

On 24/01/2013, at 6:33 AM, Andrew Grieve <ag...@chromium.org> wrote:

> It's set to:
> 
> android:versionName="1.1" android:versionCode="5"
> 
> 
> Any reason our app template shouldn't have the versions start at 1?


Re: Default App version in Android manifest

Posted by Filip Maj <fi...@adobe.com>.
Probably not..

On 1/23/13 11:33 AM, "Andrew Grieve" <ag...@chromium.org> wrote:

>It's set to:
>
>android:versionName="1.1" android:versionCode="5"
>
>
>Any reason our app template shouldn't have the versions start at 1?