versionCode is going to be autogenerated from here on in. divorce it

from the versionName to avoid confusing users
This commit is contained in:
Jesse Vincent 2010-10-03 17:05:19 +00:00
parent 8797e2228f
commit 0fa741568b
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="3111"
android:versionCode="10000"
android:versionName="3.111" package="com.fsck.k9"
>
<uses-sdk