1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

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

View File

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