diff options
author | Anthony Lee <anthonylee@google.com> | 2015-08-12 14:35:25 -0700 |
---|---|---|
committer | Anthony Lee <anthonylee@google.com> | 2015-08-12 14:40:36 -0700 |
commit | f88d47081b2f4a04db5018f530d26590c5f1d1c6 (patch) | |
tree | 68218a1ad160ba8f531d8e195f4212a00c7b5ad0 | |
parent | 82640f6f71bbc37337a90d359d8d2f027f025b71 (diff) |
Add a version number to Dialer
Bug: 23153842
Change-Id: If1c4d1d20a76a4bf4ec8d2201cf1d34126fbd37e
-rw-r--r-- | AndroidManifest.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ae1e3d627..2bf47071f 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -16,7 +16,9 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.dialer" - coreApp="true"> + coreApp="true" + android:versionCode="20210" + android:versionName="2.21"> <uses-sdk android:minSdkVersion="23" |