diff options
author | Nancy Chen <nancychen@google.com> | 2015-11-26 01:55:52 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-11-26 01:55:52 +0000 |
commit | af21ed21df48381ff8d5a31003e59c1c1af0814e (patch) | |
tree | 112f8c5a22190d9efffaff2357a1f822d2f7977e | |
parent | 9873b65aadfc712930420d304c3d600aa27ef01c (diff) | |
parent | 5d9c796e39f579877f7bb864189440607809dc53 (diff) |
Bump AOSP dialer from 2.3.12 -> 2.3.13
am: 5d9c796e39
* commit '5d9c796e39f579877f7bb864189440607809dc53':
Bump AOSP dialer from 2.3.12 -> 2.3.13
-rw-r--r-- | AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 9051a9fe4..f0c7d1ff6 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="20312" - android:versionName="2.3.12"> + android:versionCode="20313" + android:versionName="2.3.13"> <uses-sdk android:minSdkVersion="23" |