Add versionCode and versionName. versionCode needs to be incremented to keep the unbundled LatinIME even after the reboot.

Change-Id: I78f2d7400e71dd011d2d086e035aadeb96b16ce0
This commit is contained in:
Ken Wakasa 2010-05-21 01:28:33 +09:00
parent 01303e39f5
commit ed5d613e36

View file

@ -1,5 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.inputmethod.latin">
package="com.google.android.inputmethod.latin"
android:versionCode="9"
android:versionName="0.1">
<original-package android:name="com.android.inputmethod.latin" />