diff options
author | Brandon Maxwell <maxwelb@google.com> | 2016-03-15 18:43:30 -0700 |
---|---|---|
committer | Brandon Maxwell <maxwelb@google.com> | 2016-03-15 18:55:29 -0700 |
commit | 44e3b5fc986fd555aa1d60f5e0e45a1e0397a917 (patch) | |
tree | 94eea7360aeb8a7ec1941a3b01d5b9e98f390e4d | |
parent | 719cb385908b9f9936b26b0893fad181150cf0d8 (diff) |
Bumping version to 20504 for B release
Change-Id: I03eb645e70e7ffb667e1a05c3075d2658cca11cc
-rw-r--r-- | AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c39bd5b6c..d14bf95b2 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -17,8 +17,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.dialer" coreApp="true" - android:versionCode="20503" - android:versionName="2.05.03"> + android:versionCode="20504" + android:versionName="2.05.04"> <uses-sdk android:minSdkVersion="23" |