summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAnthony Lee <anthonylee@google.com>2015-08-12 14:35:25 -0700
committerAnthony Lee <anthonylee@google.com>2015-08-12 14:40:36 -0700
commitf88d47081b2f4a04db5018f530d26590c5f1d1c6 (patch)
tree68218a1ad160ba8f531d8e195f4212a00c7b5ad0 /AndroidManifest.xml
parent82640f6f71bbc37337a90d359d8d2f027f025b71 (diff)
downloadandroid_packages_apps_Dialer-f88d47081b2f4a04db5018f530d26590c5f1d1c6.tar.gz
android_packages_apps_Dialer-f88d47081b2f4a04db5018f530d26590c5f1d1c6.tar.bz2
android_packages_apps_Dialer-f88d47081b2f4a04db5018f530d26590c5f1d1c6.zip
Add a version number to Dialer
Bug: 23153842 Change-Id: If1c4d1d20a76a4bf4ec8d2201cf1d34126fbd37e
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml4
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"