diff options
author | Brandon Maxwell <maxwelb@google.com> | 2016-02-17 10:20:44 -0800 |
---|---|---|
committer | Brandon Maxwell <maxwelb@google.com> | 2016-02-17 10:20:44 -0800 |
commit | abfb4b010d4613e6a057c39a288bb8d1f0c1d8e6 (patch) | |
tree | 9cbbcdd288e60a8cc0fdc7bd6ab5c98c3a325dad | |
parent | 7a95f24a60fea68400b12f97d19ed0ac6df88990 (diff) |
Bumping Dialer version
+ Dropping this build into prebuilts and we'll need a new version for
it.
Change-Id: I52f877b49e3c8be51f69f60efadabef18f6fbfb4
-rw-r--r-- | AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c04885412..777faa3a5 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="20500" - android:versionName="2.05.00"> + android:versionCode="20501" + android:versionName="2.05.01"> <uses-sdk android:minSdkVersion="23" |