summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruabdullah <uabdullah@google.com>2017-06-29 12:10:26 -0700
committerBrandon Maxwell <maxwelb@google.com>2017-06-30 14:43:08 -0700
commitfca382768e43a66dd5f723c2aba02fcc066c1ca5 (patch)
tree156ad10cc40c29f9d339f98ff5226aaa8f7b9fca
parent0986419765c49887f4c97d19295bfce1157056af (diff)
Bump version code for Dialer v11 (again)
This CL bumps the version name of Dialer from also bumps the version code from 14***** to 15*****. go/dialer-v10_1 did not have a version_conf_incrementer_max_version_code set, which let it to share the version code increments between v10.1 and v11. There are version codes in v10.1 which are higher than v11 which will lead to users downgrading when we submit v10.1 to the playstore (http://cl/160476738) To make sure users are not downgraded from v11 to v10.1 when we push to the play store, I've also set 'version_conf_incrementer_max_version_code' at go/dialer-v10_1 to 1504907. Test: N/A PiperOrigin-RevId: 160555974 Change-Id: I4a9e64aa2fe461019e179f544fe959b8389a02cf
-rw-r--r--AndroidManifest.xml2
-rw-r--r--java/com/android/dialer/binary/google/AndroidManifest.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f9abe4364..65789b4e0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -16,7 +16,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
coreApp="true"
package="com.android.dialer"
- android:versionCode="140000"
+ android:versionCode="150000"
android:versionName="11.0">
<uses-sdk
diff --git a/java/com/android/dialer/binary/google/AndroidManifest.xml b/java/com/android/dialer/binary/google/AndroidManifest.xml
index f393b8b11..e70e390c0 100644
--- a/java/com/android/dialer/binary/google/AndroidManifest.xml
+++ b/java/com/android/dialer/binary/google/AndroidManifest.xml
@@ -16,7 +16,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
coreApp="true"
package="com.google.android.google_stub_dialer"
- android:versionCode="140000"
+ android:versionCode="150000"
android:versionName="11.0">
<uses-sdk