diff options
author | 2018-07-25 17:08:47 -0700 | |
---|---|---|
committer | 2018-07-25 17:08:47 -0700 | |
commit | 41f89ae88ce5221dd2f64abe86304eaa869bf412 (patch) | |
tree | 33d010400560c9a54d0a7ad0a59a53ed4cfc0614 /tests | |
parent | f4131e3f531b20c6f9105ef1836f1ff8b004499c (diff) | |
download | latinime-41f89ae88ce5221dd2f64abe86304eaa869bf412.tar.gz latinime-41f89ae88ce5221dd2f64abe86304eaa869bf412.tar.xz latinime-41f89ae88ce5221dd2f64abe86304eaa869bf412.zip |
Specify version code in AndroidManifest.xml
This should be the most convenient way for both make build and Android
Studio build to share the same version code.
Bug: 110741422
Test: tapas LatinIME LatinIMETests arm64 userdebug && make -j
Change-Id: I35f850c392553b2640a4c3c7398441ac28e90eca
Diffstat (limited to 'tests')
-rw-r--r-- | tests/AndroidManifest.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/AndroidManifest.xml b/tests/AndroidManifest.xml index 93464f2b5..cf778c187 100644 --- a/tests/AndroidManifest.xml +++ b/tests/AndroidManifest.xml @@ -15,7 +15,8 @@ --> <manifest xmlns:android="http://schemas.android.com/apk/res/android" - package="com.android.inputmethod.latin.tests"> + package="com.android.inputmethod.latin.tests" + android:versionCode="28"> <uses-permission android:name="android.permission.READ_CONTACTS" /> |