diff options
author | Akshay <aksh@google.com> | 2019-04-04 14:41:41 -0700 |
---|---|---|
committer | Akshay Thakker <aksh@google.com> | 2019-04-04 22:41:12 +0000 |
commit | 0e69f8de1b01c75bc82febc5f212ddbe1ba1af5e (patch) | |
tree | 5e59012bd8b78b38b5b7869db5d28873468111bd | |
parent | 8183edaf546a25550a60c7bc1be0bf79746b2178 (diff) |
Update version numbers to 0210000000
Update version number to 0210000000. The Beta 2 builds (which are in dogfood an public beta) will receive modules via the Play Store with version numbers 0200000000. Hence, we must bump the version in qt-dev and hence beta 3. This is so that prebuilts in the beta 3 OTA will be higher than any Play Store pushes on beta 2. We are bumping it by 10000000 so that we have name space to do intermediate cherrypick builds if needed.
Bug: 129977903
Change-Id: Ibacb2a5a232e1d4491d14e89404c99d50fe314ae
-rw-r--r-- | AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index b4588e0..ac05c44 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -19,7 +19,7 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.android.networkstack" android:sharedUserId="android.uid.networkstack" - android:versionCode="200000000" + android:versionCode="210000000" android:versionName="29 system image" > |