Merge "Give email its own version# scheme. DO NOT MERGE" into froyo

This commit is contained in:
Andrew Stadler 2010-10-29 16:11:12 -07:00 committed by Android (Google) Code Review
commit 3ddfdb8e07

View File

@ -15,7 +15,10 @@
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.email">
package="com.android.email"
android:versionCode="222000"
android:versionName="2.2.2"
>
<original-package android:name="com.android.email" />