From 1b25d681064d6fa499451c9a5762af393ad6d76c Mon Sep 17 00:00:00 2001 From: Akshay Date: Fri, 26 Apr 2019 16:26:35 -0700 Subject: [PATCH] Update version number to 220000000 The Beta 3 builds (which are in dogfood and 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: Ia568319821f3bc8765ff3c2096e963a32ffb15d6 --- apex/manifest.json | 2 +- apex/manifest_codec.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apex/manifest.json b/apex/manifest.json index cee94e26f9..03b9dd0930 100644 --- a/apex/manifest.json +++ b/apex/manifest.json @@ -1,4 +1,4 @@ { "name": "com.android.media", - "version": 210000000 + "version": 220000000 } diff --git a/apex/manifest_codec.json b/apex/manifest_codec.json index b83e65aaa5..58ce86879b 100644 --- a/apex/manifest_codec.json +++ b/apex/manifest_codec.json @@ -1,4 +1,4 @@ { "name": "com.android.media.swcodec", - "version": 210000000 + "version": 220000000 }