summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Lee <anthonylee@google.com>2015-08-13 06:49:28 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-13 06:49:28 +0000
commit86700ec6a8d8871bf44b456d57b1d0a11d67e933 (patch)
tree897ffb5f64ed4c6e53bc48707103aea02bbf7eca
parentf5250369eb99d5f2b435be845b5bb19a531538bb (diff)
parentf92f11b9b12e38b57ea6e3a5f383295cfd00014f (diff)
am f92f11b9: am 0c5abc98: am 4422da16: am f88d4708: Add a version number to Dialer
* commit 'f92f11b9b12e38b57ea6e3a5f383295cfd00014f': 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"