diff options
author | Yorke Lee <yorkelee@google.com> | 2015-11-09 20:35:31 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2015-11-09 20:35:31 +0000 |
commit | 45e4612f57dc61c492cfa7e147a10e3833a06f03 (patch) | |
tree | f90d27561f2e3293887bc5ab3908b7f1ce2af404 | |
parent | e33c0b4a43825078298396a9d4116df6b343f025 (diff) | |
parent | bf9369839b9bce92a39fd9877728a4190018ca49 (diff) |
Bump version code to 20307 am: 1febe8b154
am: bf9369839b
* commit 'bf9369839b9bce92a39fd9877728a4190018ca49':
Bump version code to 20307
-rw-r--r-- | AndroidManifest.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 618676cfb..164919cb8 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="20306" - android:versionName="2.3.06"> + android:versionCode="20307" + android:versionName="2.3.07"> <uses-sdk android:minSdkVersion="23" |