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:
parent
01303e39f5
commit
ed5d613e36
1 changed files with 3 additions and 1 deletions
|
@ -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" />
|
||||
|
||||
|
|
Loading…
Reference in a new issue