diff options
author | Akshay <aksh@google.com> | 2019-04-26 17:04:37 -0700 |
---|---|---|
committer | Akshay <aksh@google.com> | 2019-04-26 17:04:37 -0700 |
commit | 182469eecfe299d663387e9ebef815877c538fb0 (patch) | |
tree | 373ce47876335ccfe6d8c86fa35243b53acfccf2 | |
parent | 2e67b9bdc73d095997a3d68de0755591df1c7d5e (diff) |
Update version number to 220000000
The Beta 3 builds (which are in dogfood an public beta) will receive modules via the Play Store with version numbers 210000000. Hence, we must bump the version in qt-dev and hence beta 4.
BUG: 131240537
Change-Id: I4f09986002f660896dbc1f8a0482c16b4a554d1e
-rw-r--r-- | AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ac05c44..252b90f 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="210000000" + android:versionCode="220000000" android:versionName="29 system image" > |