summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Lee <anthonylee@google.com>2015-08-13 06:42:56 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-13 06:42:56 +0000
commitf92f11b9b12e38b57ea6e3a5f383295cfd00014f (patch)
tree85f80cbe0fd9b9a5630d1a1195daf1e4d24dd57b
parent38db5220aef61cade53870efc5533e1c40bef01a (diff)
parent0c5abc981467c7062a5f83d78b67b7b9c3e3f70c (diff)
am 0c5abc98: am 4422da16: am f88d4708: Add a version number to Dialer
* commit '0c5abc981467c7062a5f83d78b67b7b9c3e3f70c': Add a version number to Dialer
-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"